From: John L. <jr...@us...> - 2008-01-08 00:55:38
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13069/wxLua/modules/wxbind/include Modified Files: wxcore_wxlprint.h Log Message: Allow "%member static int m_var" to work Index: wxcore_wxlprint.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/include/wxcore_wxlprint.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wxcore_wxlprint.h 10 Dec 2007 05:39:06 -0000 1.3 --- wxcore_wxlprint.h 8 Jan 2008 00:55:35 -0000 1.4 *************** *** 47,50 **** --- 47,51 ---- // Dummy test function to directly verify that the binding virtual functions really work. virtual wxString TestVirtualFunctionBinding(const wxString& val); + static int ms_test_int; private: |