More -Weffc++ cleanup
[supertux.git] / src / object / text_object.hpp
index 0e27c26..8ec495a 100644 (file)
@@ -88,6 +88,10 @@ private:
   bool centered;
   AnchorPoint anchor;
   Vector pos;
+
+private:
+  TextObject(const TextObject&);
+  TextObject& operator=(const TextObject&);
 };
 
 #endif