Update of /cvsroot/wxlua/wxLua/modules/wxbindstc/include
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28504/wxLua/modules/wxbindstc/include
Modified Files:
wxbind.h
Log Message:
separate out the wxluatag arrays and use pointer in WXLUAMETHOD
Index: wxbind.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxbindstc/include/wxbind.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** wxbind.h 14 Dec 2006 01:01:26 -0000 1.16
--- wxbind.h 17 Dec 2006 07:47:16 -0000 1.17
***************
*** 22,28 ****
#include "wxlua/include/wxlbind.h"
! #if WXLUA_BINDING_VERSION > 3
# error "The WXLUA_BINDING_VERSION in the bindings is too old, regenerate bindings."
! #endif //WXLUA_BINDING_VERSION > 3
// binding class
--- 22,28 ----
#include "wxlua/include/wxlbind.h"
! #if WXLUA_BINDING_VERSION > 4
# error "The WXLUA_BINDING_VERSION in the bindings is too old, regenerate bindings."
! #endif //WXLUA_BINDING_VERSION > 4
// binding class
|