Update of /cvsroot/wxlua/wxLua/docs
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv3461/wxLua/docs
Modified Files:
changelog.txt
Log Message:
Fix multiple inheritance by adding the offset to the vtable for
base classes that are second or higher.
Index: changelog.txt
===================================================================
RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** changelog.txt 29 Jun 2009 03:22:46 -0000 1.72
--- changelog.txt 25 Sep 2009 18:47:57 -0000 1.73
***************
*** 6,9 ****
--- 6,12 ----
- Fixed crash in error handler for wxLua functions.
+ - Fixed multiple inheritance by adding the offset to the vtable
+ of second or higher base classes. It has been tested in GCC and
+ MSVC. See note in wxlstate.cpp above wxluaT_getuserdatatype().
version 2.8.10.0 (released 05/25/2009)
|