summaryrefslogtreecommitdiffstats
path: root/src/engine/events/Delete.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-01-07 01:34:42 +0000
committerDavid Robillard <d@drobilla.net>2010-01-07 01:34:42 +0000
commit10a5b76a65fb7ca7bf8c1f5869aaf763854e05a3 (patch)
treef93824399e791f218545109304500fe71686f0a3 /src/engine/events/Delete.cpp
parenta6045e5dc58f2dd2ab9e3d3d19fd3eaf6d84216f (diff)
downloadingen-10a5b76a65fb7ca7bf8c1f5869aaf763854e05a3.tar.gz
ingen-10a5b76a65fb7ca7bf8c1f5869aaf763854e05a3.tar.bz2
ingen-10a5b76a65fb7ca7bf8c1f5869aaf763854e05a3.zip
Merge QueuedEventSource and EventSource.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2352 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/events/Delete.cpp')
-rw-r--r--src/engine/events/Delete.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/events/Delete.cpp b/src/engine/events/Delete.cpp
index 62ddedf1..91e18dd0 100644
--- a/src/engine/events/Delete.cpp
+++ b/src/engine/events/Delete.cpp
@@ -27,7 +27,7 @@
#include "DisconnectAll.hpp"
#include "ClientBroadcaster.hpp"
#include "EngineStore.hpp"
-#include "QueuedEventSource.hpp"
+#include "EventSource.hpp"
#include "PortImpl.hpp"
using namespace std;
@@ -38,7 +38,7 @@ namespace Events {
using namespace Shared;
-Delete::Delete(Engine& engine, SharedPtr<Responder> responder, FrameTime time, QueuedEventSource* source, const Raul::Path& path)
+Delete::Delete(Engine& engine, SharedPtr<Responder> responder, FrameTime time, EventSource* source, const Raul::Path& path)
: QueuedEvent(engine, responder, time, true, source)
, _path(path)
, _store_iterator(engine.engine_store()->end())