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.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/events/LoadPlugins.hpp b/src/engine/events/LoadPlugins.hpp
index 646acb45..5f38c9c9 100644
--- a/src/engine/events/LoadPlugins.hpp
+++ b/src/engine/events/LoadPlugins.hpp
@@ -28,10 +28,10 @@ namespace Events {
*
* \ingroup engine
*/
-class LoadPluginsEvent : public QueuedEvent
+class LoadPlugins : public QueuedEvent
{
public:
- LoadPluginsEvent(Engine& engine,
+ LoadPlugins(Engine& engine,
SharedPtr<Responder> responder,
SampleCount timestamp,
QueuedEventSource* source);