diff options
Diffstat (limited to 'src/engine/events/LoadPlugins.hpp')
-rw-r--r-- | src/engine/events/LoadPlugins.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/LoadPlugins.hpp b/src/engine/events/LoadPlugins.hpp index 8dce2a27..3549fdfd 100644 --- a/src/engine/events/LoadPlugins.hpp +++ b/src/engine/events/LoadPlugins.hpp @@ -34,7 +34,7 @@ public: LoadPlugins(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp, - QueuedEventSource* source); + EventSource* source); void pre_process(); void post_process(); |