Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/include
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv3461/wxLua/modules/wxluasocket/include
Modified Files:
wxluasocket_bind.h
Log Message:
Fix multiple inheritance by adding the offset to the vtable for
base classes that are second or higher.
Index: wxluasocket_bind.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/include/wxluasocket_bind.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** wxluasocket_bind.h 19 May 2009 03:20:53 -0000 1.39
--- wxluasocket_bind.h 25 Sep 2009 18:47:58 -0000 1.40
***************
*** 20,26 ****
// the current version of the bindings.
// See 'bindings/genwxbind.lua' and 'modules/wxlua/include/wxldefs.h'
! #if WXLUA_BINDING_VERSION > 27
# error "The WXLUA_BINDING_VERSION in the bindings is too old, regenerate bindings."
! #endif //WXLUA_BINDING_VERSION > 27
// ---------------------------------------------------------------------------
--- 20,26 ----
// the current version of the bindings.
// See 'bindings/genwxbind.lua' and 'modules/wxlua/include/wxldefs.h'
! #if WXLUA_BINDING_VERSION > 28
# error "The WXLUA_BINDING_VERSION in the bindings is too old, regenerate bindings."
! #endif //WXLUA_BINDING_VERSION > 28
// ---------------------------------------------------------------------------
|