summaryrefslogtreecommitdiff
path: root/src/net/gamehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/gamehandler.h')
-rw-r--r--src/net/gamehandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/gamehandler.h b/src/net/gamehandler.h
index 113da6b1..d7190c63 100644
--- a/src/net/gamehandler.h
+++ b/src/net/gamehandler.h
@@ -48,6 +48,8 @@ class GameHandler
virtual void ping(int tick) = 0;
virtual bool removeDeadBeings() const = 0;
+
+ virtual ~GameHandler() {}
};
} // namespace Net