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