summaryrefslogtreecommitdiffstats
path: root/src/server/events/CreateGraph.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/CreateGraph.hpp')
-rw-r--r--src/server/events/CreateGraph.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/events/CreateGraph.hpp b/src/server/events/CreateGraph.hpp
index 2523e4b8..6c49feda 100644
--- a/src/server/events/CreateGraph.hpp
+++ b/src/server/events/CreateGraph.hpp
@@ -18,7 +18,6 @@
#define INGEN_EVENTS_CREATEGRAPH_HPP
#include "ClientUpdate.hpp"
-#include "CompiledGraph.hpp"
#include "Event.hpp"
#include "types.hpp"
@@ -36,6 +35,7 @@ class Interface;
namespace server {
+class CompiledGraph;
class Engine;
class GraphImpl;
class PreProcessContext;
@@ -57,6 +57,8 @@ public:
const Raul::Path& path,
const Properties& properties);
+ ~CreateGraph() override;
+
bool pre_process(PreProcessContext& ctx) override;
void execute(RunContext& ctx) override;
void post_process() override;