Fixes for g++-4.2
[supertux.git] / src / supertux / game_object.cpp
index bb76c99..05347ab 100644 (file)
@@ -25,6 +25,7 @@ GameObject::GameObject() :
 }
 
 GameObject::GameObject(const GameObject& rhs) :
+  RefCounter(),
   wants_to_die(rhs.wants_to_die),
   remove_listeners(NULL),
   name(rhs.name)