summaryrefslogtreecommitdiffstats
path: root/src/server/events/Deactivate.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/Deactivate.hpp')
-rw-r--r--src/server/events/Deactivate.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/events/Deactivate.hpp b/src/server/events/Deactivate.hpp
index 779ba54c..1b083f29 100644
--- a/src/server/events/Deactivate.hpp
+++ b/src/server/events/Deactivate.hpp
@@ -18,7 +18,7 @@
#ifndef INGEN_EVENTS_DEACTIVATE_HPP
#define INGEN_EVENTS_DEACTIVATE_HPP
-#include "QueuedEvent.hpp"
+#include "Event.hpp"
#include "Engine.hpp"
namespace Ingen {
@@ -29,11 +29,11 @@ namespace Events {
*
* \ingroup engine
*/
-class Deactivate : public QueuedEvent
+class Deactivate : public Event
{
public:
Deactivate(Engine& engine, SharedPtr<Request> request, SampleCount timestamp)
- : QueuedEvent(engine, request, timestamp)
+ : Event(engine, request, timestamp)
{}
void post_process() {