From: John L. <jr...@us...> - 2005-11-29 05:57:19
|
Update of /cvsroot/wxlua/wxLua/modules/wxlua/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23889/wxLua/modules/wxlua/src Modified Files: internal.cpp Log Message: compile fix for lconsole unused var internal.cpp Index: internal.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/src/internal.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** internal.cpp 29 Nov 2005 05:45:09 -0000 1.16 --- internal.cpp 29 Nov 2005 05:57:12 -0000 1.17 *************** *** 1061,1065 **** lua_State * LUACALL getDerivedMethod(void *pObject, const char *method, lua_State *L) { ! wxLuaState wxlState(wxLuaState::getDerivedMethod(pObject, method)); if (!wxlState.Ok()) return NULL; --- 1061,1065 ---- lua_State * LUACALL getDerivedMethod(void *pObject, const char *method, lua_State *L) { ! wxLuaState wxlState(wxLuaState::getDerivedMethod(pObject, method, L)); if (!wxlState.Ok()) return NULL; |