diff options
| -rw-r--r-- | src/game/client/component.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/client/component.hpp b/src/game/client/component.hpp index 5bc7830d..7955f845 100644 --- a/src/game/client/component.hpp +++ b/src/game/client/component.hpp @@ -8,6 +8,7 @@ class GAMECLIENT; class COMPONENT { public: + ~COMPONENT() {} GAMECLIENT *client; virtual void on_statechange(int new_state, int old_state) {}; |