diff options
Diffstat (limited to 'src/engine/events/LoadPlugins.hpp')
-rw-r--r-- | src/engine/events/LoadPlugins.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/events/LoadPlugins.hpp b/src/engine/events/LoadPlugins.hpp index 5f38c9c9..8dce2a27 100644 --- a/src/engine/events/LoadPlugins.hpp +++ b/src/engine/events/LoadPlugins.hpp @@ -32,9 +32,9 @@ class LoadPlugins : public QueuedEvent { public: LoadPlugins(Engine& engine, - SharedPtr<Responder> responder, - SampleCount timestamp, - QueuedEventSource* source); + SharedPtr<Responder> responder, + SampleCount timestamp, + QueuedEventSource* source); void pre_process(); void post_process(); |