From: John L. <jr...@us...> - 2006-05-29 22:57:00
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19007/wxLua/modules/wxbind/include Modified Files: wxbind.h Log Message: shuffle header includes for bindings fix double to int warning in wxEvtHandler::Connect and Disconnect Index: wxbind.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/include/wxbind.h,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** wxbind.h 26 May 2006 20:22:14 -0000 1.32 --- wxbind.h 29 May 2006 22:31:17 -0000 1.33 *************** *** 9,14 **** #define __HOOK_WXLUA_wx_H__ - #include "wxlua/include/internal.h" - #include "wx/defs.h" #include "wxluasetup.h" --- 9,12 ---- *************** *** 21,24 **** --- 19,26 ---- #endif + #include "wxlua/include/wxlstate.h" + #include "wxlua/include/wxlbind.h" + #include "wxlua/include/internal.h" + // binding class class wxLuaBinding_wx : public wxLuaBinding |