More -Weffc++ cleanup
[supertux.git] / src / scripting / platform.hpp
index aeb6257..a118475 100644 (file)
@@ -43,6 +43,10 @@ public:
 
 #ifndef SCRIPTING_API
   _Platform* platform;
+
+private:
+  Platform(const Platform&);
+  Platform& operator=(const Platform&);
 #endif
 };