From: John L. <jr...@us...> - 2005-11-26 08:47:06
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25224/wxLua/modules/wxbind/include Modified Files: wxlprint.h Log Message: Use the new wxLuaState in place of wxLuaStateVariables (removed) Index: wxlprint.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/include/wxlprint.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wxlprint.h 25 Nov 2005 02:43:01 -0000 1.2 --- wxlprint.h 26 Nov 2005 08:46:57 -0000 1.3 *************** *** 17,20 **** --- 17,22 ---- #include "wx/print.h" + class wxLuaObject; + // ---------------------------------------------------------------------------- // wxLuaPrintout |