about summary refs log tree commit diff
path: root/src/game/client/component.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/component.hpp')
-rw-r--r--src/game/client/component.hpp2
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() {};