X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Fwind.cpp;h=32d8d5ad9c9b4c24b95d9939b37fc4b8788a370b;hb=2b017a68959d768ee917128bbdaa42439911ef43;hp=e44b92e54e5192b0b67f677ae8e4c15bb7e0fbee;hpb=08813a74da6ac1fd045a105e4e8105f1d7f716f0;p=supertux.git diff --git a/src/scripting/wind.cpp b/src/scripting/wind.cpp index e44b92e54..32d8d5ad9 100644 --- a/src/scripting/wind.cpp +++ b/src/scripting/wind.cpp @@ -19,7 +19,7 @@ #define NOIMPL log_fatal << __PRETTY_FUNCTION__ << " not implemented." -namespace Scripting { +namespace scripting { Wind::Wind(::Wind* wind) : wind(wind)