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.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();