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