diff options
author | David Robillard <d@drobilla.net> | 2015-02-08 21:36:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-08 21:36:47 +0000 |
commit | 1dade0c317f720fd96e995f75a70404bb474d72c (patch) | |
tree | 86b6996d027bbc8d80a17b637716a840192e479c /src/server/events/Disconnect.hpp | |
parent | c4a33d02e6466856b5de6ec914da9f7c0fe76131 (diff) | |
download | ingen-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.hpp | 2 |
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(); |