Author: sapient
Date: Fri Apr 24 03:40:15 2009
New Revision: 35151

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35151&view=rev
Log:
update the function signature to reflect changes in .hpp file

Modified:
    trunk/src/scripting/lua.cpp

Modified: trunk/src/scripting/lua.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/scripting/lua.cpp?rev=35151&r1=35150&r2=35151&view=diff
==============================================================================
--- trunk/src/scripting/lua.cpp (original)
+++ trunk/src/scripting/lua.cpp Fri Apr 24 03:40:15 2009
@@ -27,8 +27,7 @@
 #include "scripting/lua.hpp"
 LuaKernel::LuaKernel() {LOG_STREAM(err, lua) << "Lua support disabled in this 
build";}
 LuaKernel::~LuaKernel() {}
-void LuaKernel::run_event(vconfig const &cfg, game_events::queued_event const 
&ev,
-       game_events::event_handler *handler, unit_map *units) {}
+void LuaKernel::run_event(vconfig const&, game_events::queued_event const&) {}
 void LuaKernel::run(char const *prog) {}
 void LuaKernel::execute(char const *prog, int nArgs, int nRets) {}
 #else  // HAVE LUA


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to