diff options
Diffstat (limited to 'src/server/ServerInterfaceImpl.cpp')
-rw-r--r-- | src/server/ServerInterfaceImpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/ServerInterfaceImpl.cpp b/src/server/ServerInterfaceImpl.cpp index 4c7ed140..492139ed 100644 --- a/src/server/ServerInterfaceImpl.cpp +++ b/src/server/ServerInterfaceImpl.cpp @@ -23,7 +23,7 @@ #include "ClientBroadcaster.hpp" #include "Driver.hpp" #include "Engine.hpp" -#include "EventSource.hpp" +#include "EventQueue.hpp" #include "ServerInterfaceImpl.hpp" #include "events.hpp" @@ -36,7 +36,7 @@ namespace Ingen { namespace Server { ServerInterfaceImpl::ServerInterfaceImpl(Engine& engine) - : EventSource() + : EventQueue() , _request_client(NULL) , _request_id(-1) , _engine(engine) |