From: John L. <jr...@us...> - 2007-02-07 01:45:09
|
Update of /cvsroot/wxlua/wxLua/modules/wxbindstc/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv17634/wxLua/modules/wxbindstc/src Modified Files: stc.cpp Log Message: fix previous commit that skipped overloaded binding functions without #if conditions Index: stc.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbindstc/src/stc.cpp,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** stc.cpp 17 Dec 2006 07:47:17 -0000 1.20 --- stc.cpp 7 Feb 2007 01:45:02 -0000 1.21 *************** *** 7025,7030 **** - - // Map Lua Class Methods to C Binding Functions WXLUAMETHOD wxStyledTextCtrl_methods[] = { --- 7025,7028 ---- *************** *** 8353,8358 **** - - // Map Lua Class Methods to C Binding Functions WXLUAMETHOD wxStyledTextEvent_methods[] = { --- 8351,8354 ---- |