Update of /cvsroot/wxlua/wxLua/modules/wxlua/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28335/wxLua/modules/wxlua/include
Modified Files:
wxlcallb.h
Log Message:
try to make the stack tree not segfault in wxLua app (still doesn't work)
no major changes
Index: wxlcallb.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/include/wxlcallb.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** wxlcallb.h 29 Nov 2005 23:52:12 -0000 1.5
--- wxlcallb.h 5 Dec 2005 06:11:14 -0000 1.6
***************
*** 44,48 ****
protected:
// event handler dispatcher back to Lua
! void CallFunction(wxEvent *pEvent);
// reference to the lua routine to call
--- 44,48 ----
protected:
// event handler dispatcher back to Lua
! virtual void CallFunction(wxEvent *pEvent);
// reference to the lua routine to call
|