diff options
Diffstat (limited to 'src/server/events/SetPortValue.hpp')
-rw-r--r-- | src/server/events/SetPortValue.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/events/SetPortValue.hpp b/src/server/events/SetPortValue.hpp index 13d77225..ca69c789 100644 --- a/src/server/events/SetPortValue.hpp +++ b/src/server/events/SetPortValue.hpp @@ -21,7 +21,7 @@ #include "raul/Atom.hpp" #include "ControlBindings.hpp" -#include "QueuedEvent.hpp" +#include "Event.hpp" #include "types.hpp" namespace Ingen { @@ -40,7 +40,7 @@ namespace Events { * * \ingroup engine */ -class SetPortValue : public QueuedEvent +class SetPortValue : public Event { public: SetPortValue(Engine& engine, |