summaryrefslogtreecommitdiffstats
path: root/src/server/events/Disconnect.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-02-08 21:36:47 +0000
committerDavid Robillard <d@drobilla.net>2015-02-08 21:36:47 +0000
commit1dade0c317f720fd96e995f75a70404bb474d72c (patch)
tree86b6996d027bbc8d80a17b637716a840192e479c /src/server/events/Disconnect.hpp
parentc4a33d02e6466856b5de6ec914da9f7c0fe76131 (diff)
downloadingen-1dade0c317f720fd96e995f75a70404bb474d72c.tar.gz
ingen-1dade0c317f720fd96e995f75a70404bb474d72c.tar.bz2
ingen-1dade0c317f720fd96e995f75a70404bb474d72c.zip
Don't complain about missing ports when deleting things.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5547 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/events/Disconnect.hpp')
-rw-r--r--src/server/events/Disconnect.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/events/Disconnect.hpp b/src/server/events/Disconnect.hpp
index 058104f6..083efe5b 100644
--- a/src/server/events/Disconnect.hpp
+++ b/src/server/events/Disconnect.hpp
@@ -52,6 +52,8 @@ public:
const Raul::Path& tail_path,
const Raul::Path& head_path);
+ ~Disconnect();
+
bool pre_process();
void execute(ProcessContext& context);
void post_process();