More -Weffc++ cleanup
[supertux.git] / src / video / sdl / sdl_texture.hpp
index 70bc869..9f3a667 100644 (file)
@@ -130,6 +130,10 @@ public:
     {
     return height;
     }*/
+
+private:
+  SDLTexture(const SDLTexture&);
+  SDLTexture& operator=(const SDLTexture&);
 };
 
 #endif