From: John L. <jr...@us...> - 2006-12-23 06:16:23
|
Update of /cvsroot/wxlua/wxLua/modules/wxlua/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23513/wxLua/modules/wxlua/include Modified Files: wxlbind.h Log Message: compilation fix for wxGLXXX update to 2.8 Index: wxlbind.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/include/wxlbind.h,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** wxlbind.h 19 Dec 2006 21:12:03 -0000 1.33 --- wxlbind.h 23 Dec 2006 06:16:20 -0000 1.34 *************** *** 271,275 **** void operator = (int *intArr) { m_intArr = intArr; } ! operator const int *() const { return m_intArr; } private: --- 271,275 ---- void operator = (int *intArr) { m_intArr = intArr; } ! operator int *() { return m_intArr; } private: |