X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fscripting%2Fcandle.cpp;h=3bec7d55d6f3887476af31612bea4907779cd1dc;hb=13e56e5b8d9727128667bb42c3aa4850b4a8dd00;hp=c12f8ac24610b28e6210652bb553d43be1b50ed2;hpb=045255cdf0a58161b908d769bc0bde1778c33e14;p=supertux.git diff --git a/src/scripting/candle.cpp b/src/scripting/candle.cpp index c12f8ac24..3bec7d55d 100644 --- a/src/scripting/candle.cpp +++ b/src/scripting/candle.cpp @@ -19,7 +19,7 @@ #define NOIMPL log_fatal << __PRETTY_FUNCTION__ << " not implemented." -namespace Scripting { +namespace scripting { Candle::Candle(::Candle* candle) : candle(candle)