From: John L. <jr...@us...> - 2005-11-25 18:52:29
|
Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15042/wxLua/modules/wxluadebug/include Modified Files: debug.h Log Message: initialize vars in debugio.cpp add static function in wxLuaHandler to get the global handler, deprecate global function code cleaning Index: debug.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/debug.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** debug.h 25 Nov 2005 02:43:02 -0000 1.3 --- debug.h 25 Nov 2005 18:52:21 -0000 1.4 *************** *** 28,32 **** #include "wx/dynarray.h" ! #include "wx/treectrl.h" #include "wxlua/include/wxldefs.h" --- 28,32 ---- #include "wx/dynarray.h" ! #include "wx/treectrl.h" // for wxTreeItemData #include "wxlua/include/wxldefs.h" |