From 10a5b76a65fb7ca7bf8c1f5869aaf763854e05a3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jan 2010 01:34:42 +0000 Subject: Merge QueuedEventSource and EventSource. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2352 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/QueuedEvent.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/engine/QueuedEvent.hpp') diff --git a/src/engine/QueuedEvent.hpp b/src/engine/QueuedEvent.hpp index 64a82304..f19c7b95 100644 --- a/src/engine/QueuedEvent.hpp +++ b/src/engine/QueuedEvent.hpp @@ -22,7 +22,7 @@ namespace Ingen { -class QueuedEventSource; +class EventSource; /** An Event with a not-time-critical preprocessing stage. @@ -57,7 +57,7 @@ protected: SharedPtr responder, FrameTime time, bool blocking = false, - QueuedEventSource* source = NULL) + EventSource* source = NULL) : Event(engine, responder, time) , _source(source) , _pre_processed(false) @@ -75,7 +75,7 @@ protected: , _blocking(false) {} - QueuedEventSource* _source; + EventSource* _source; bool _pre_processed; bool _blocking; }; -- cgit v1.2.1