From: John L. <jr...@us...> - 2010-01-30 19:00:57
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/src In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30377/wxLua/modules/wxbind/src Modified Files: wxcore_wxlcore.cpp Log Message: Make wxluaO_addgcobject return a bool instead of void. Silence XRC warnings in calculator.wx.lua since we provide them. Index: wxcore_wxlcore.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/wxcore_wxlcore.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** wxcore_wxlcore.cpp 1 Oct 2009 04:21:01 -0000 1.5 --- wxcore_wxlcore.cpp 30 Jan 2010 19:00:47 -0000 1.6 *************** *** 123,127 **** // wxLuaPrintout::OnBeginDocument 1 call base 1 // wxLuaPrintout::OnBeginDocument 3 call base 1 ! // wxPrintout::OnBeginDocument (this is the call to the wxWidgets function in it's library) // wxLuaPrintout::OnBeginDocument 4 call base 1 // wxLuaPrintout::OnBeginDocument 2 call base 0 --- 123,127 ---- // wxLuaPrintout::OnBeginDocument 1 call base 1 // wxLuaPrintout::OnBeginDocument 3 call base 1 ! // wxPrintout::OnBeginDocument (this is the call to the wxWidgets function in its library) // wxLuaPrintout::OnBeginDocument 4 call base 1 // wxLuaPrintout::OnBeginDocument 2 call base 0 |