More -Weffc++ cleanup
[supertux.git] / src / scripting / wind.hpp
index 517ba3f..cac4097 100644 (file)
@@ -40,10 +40,14 @@ public:
 
 #ifndef SCRIPTING_API
   _Wind* wind;
+
+private:
+  Wind(const Wind&);
+  Wind& operator=(const Wind&);
 #endif
 };
 
-}
+} // namespace Scripting
 
 #endif