X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Fcandle.cpp;h=3e4df42354ecfbce9a7fb4a35b06d8e562af00ba;hb=59d76147a1b09fca2d2b4a1780ab47509c1e47ff;hp=c12f8ac24610b28e6210652bb553d43be1b50ed2;hpb=08813a74da6ac1fd045a105e4e8105f1d7f716f0;p=supertux.git diff --git a/src/scripting/candle.cpp b/src/scripting/candle.cpp index c12f8ac24..3e4df4235 100644 --- a/src/scripting/candle.cpp +++ b/src/scripting/candle.cpp @@ -17,12 +17,10 @@ #include "object/candle.hpp" #include "scripting/candle.hpp" -#define NOIMPL log_fatal << __PRETTY_FUNCTION__ << " not implemented." +namespace scripting { -namespace Scripting { - -Candle::Candle(::Candle* candle) - : candle(candle) +Candle::Candle(::Candle* candle_) + : candle(candle_) { } Candle::~Candle()