From: John L. <jr...@us...> - 2006-12-11 04:38:32
|
Update of /cvsroot/wxlua/wxLua/modules/wxlua/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14617/wxLua/modules/wxlua/include Modified Files: wxlbind.h Log Message: don't forward declare the class in wxLUA_DECLARE_ENCAPSULATION for the case when the class is actually a "struct" as in wxVideoMode Index: wxlbind.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/include/wxlbind.h,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** wxlbind.h 1 Dec 2006 06:25:47 -0000 1.26 --- wxlbind.h 11 Dec 2006 04:38:27 -0000 1.27 *************** *** 221,225 **** #define wxLUA_DECLARE_ENCAPSULATION(IMPEXPSYMBOL, className, objName) \ - class className; \ IMPEXPSYMBOL void LUACALL wxLua_AddToTrackedMemoryList(wxLuaState& wxlState, className *); \ class IMPEXPSYMBOL wxObject_##objName : public wxObject \ --- 221,224 ---- |