X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Fwind.hpp;h=e564908b4d8c7dd8bb64d2235dfcbf11d8f870d1;hb=c81b842f4880cd7b4958e03e983e50bff95d02ef;hp=517ba3f21fde0a756aee3b2945ce603cdb224e4e;hpb=08813a74da6ac1fd045a105e4e8105f1d7f716f0;p=supertux.git diff --git a/src/scripting/wind.hpp b/src/scripting/wind.hpp index 517ba3f21..e564908b4 100644 --- a/src/scripting/wind.hpp +++ b/src/scripting/wind.hpp @@ -22,7 +22,7 @@ class Wind; typedef Wind _Wind; #endif -namespace Scripting { +namespace scripting { class Wind { @@ -40,10 +40,14 @@ public: #ifndef SCRIPTING_API _Wind* wind; + +private: + Wind(const Wind&); + Wind& operator=(const Wind&); #endif }; -} +} // namespace scripting #endif