Compiler warning fix
authorIngo Ruhnke <grumbel@gmx.de>
Sat, 6 Mar 2010 19:50:47 +0000 (19:50 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Sat, 6 Mar 2010 19:50:47 +0000 (19:50 +0000)
SVN-Revision: 6565

src/badguy/owl.hpp

index ae441b0..b880bf2 100644 (file)
@@ -37,6 +37,10 @@ protected:
 
   std::string carried_obj_name;
   Portable *carried_object;
+
+private:
+  Owl(const Owl&);
+  Owl& operator=(const Owl&);
 };
 
 #endif /* HEADER_SUPERTUX_BADGUY_OWL_HPP */