summaryrefslogtreecommitdiffstats
path: root/src/server/events/Disconnect.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/Disconnect.hpp')
-rw-r--r--src/server/events/Disconnect.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/events/Disconnect.hpp b/src/server/events/Disconnect.hpp
index 681f1df0..7f8a1594 100644
--- a/src/server/events/Disconnect.hpp
+++ b/src/server/events/Disconnect.hpp
@@ -17,7 +17,6 @@
#ifndef INGEN_EVENTS_DISCONNECT_HPP
#define INGEN_EVENTS_DISCONNECT_HPP
-#include "CompiledGraph.hpp"
#include "Event.hpp"
#include "PortImpl.hpp"
#include "types.hpp"
@@ -34,6 +33,7 @@ class Interface;
namespace server {
class ArcImpl;
+class CompiledGraph;
class Engine;
class GraphImpl;
class InputPort;
@@ -54,6 +54,8 @@ public:
SampleCount timestamp,
const ingen::Disconnect& msg);
+ ~Disconnect() override;
+
bool pre_process(PreProcessContext& ctx) override;
void execute(RunContext& ctx) override;
void post_process() override;