diff options
Diffstat (limited to 'src/game/client')
| -rw-r--r-- | src/game/client/component.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/component.hpp b/src/game/client/component.hpp index 5d14fa5e..f03165d2 100644 --- a/src/game/client/component.hpp +++ b/src/game/client/component.hpp @@ -10,7 +10,7 @@ class COMPONENT protected: GAMECLIENT *client; public: - ~COMPONENT() {} + virtual ~COMPONENT() {} virtual void on_statechange(int new_state, int old_state) {}; virtual void on_console_init() {}; |