summaryrefslogtreecommitdiffstats
path: root/src/engine/events/LoadPlugins.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/LoadPlugins.hpp')
-rw-r--r--src/engine/events/LoadPlugins.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/engine/events/LoadPlugins.hpp b/src/engine/events/LoadPlugins.hpp
index dcc5cd52..c1043551 100644
--- a/src/engine/events/LoadPlugins.hpp
+++ b/src/engine/events/LoadPlugins.hpp
@@ -31,10 +31,9 @@ namespace Events {
class LoadPlugins : public QueuedEvent
{
public:
- LoadPlugins(Engine& engine,
- SharedPtr<Responder> responder,
- SampleCount timestamp,
- EventSource* source);
+ LoadPlugins(Engine& engine,
+ SharedPtr<Request> request,
+ SampleCount timestamp);
void pre_process();
void post_process();