summaryrefslogtreecommitdiffstats
path: root/src/engine/events/LoadPlugins.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/LoadPlugins.cpp')
-rw-r--r--src/engine/events/LoadPlugins.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/events/LoadPlugins.cpp b/src/engine/events/LoadPlugins.cpp
index e8ae8ce2..65043757 100644
--- a/src/engine/events/LoadPlugins.cpp
+++ b/src/engine/events/LoadPlugins.cpp
@@ -20,13 +20,13 @@
#include "Engine.hpp"
#include "NodeFactory.hpp"
#include "ClientBroadcaster.hpp"
-#include "QueuedEventSource.hpp"
+#include "EventSource.hpp"
namespace Ingen {
namespace Events {
-LoadPlugins::LoadPlugins(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp, QueuedEventSource* source)
+LoadPlugins::LoadPlugins(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp, EventSource* source)
: QueuedEvent(engine, responder, timestamp, true, source)
{
}