From: Francesco M. <fr...@us...> - 2006-05-23 18:36:34
|
Update of /cvsroot/wxlua/wxLua/modules/wxlua/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv3313/modules/wxlua/include Modified Files: wxlbind.h Log Message: fixing borland builds Index: wxlbind.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/include/wxlbind.h,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** wxlbind.h 20 May 2006 19:40:19 -0000 1.20 --- wxlbind.h 23 May 2006 18:34:33 -0000 1.21 *************** *** 164,168 **** private: \ theObject *m_p##theObject; \ ! DECLARE_ABSTRACT_CLASS(wxObject_##theObject); \ }; --- 164,169 ---- private: \ theObject *m_p##theObject; \ ! /* Don't put a final semicolon on DECLARE_XXX stuff as borland doesn't like it */ \ ! DECLARE_ABSTRACT_CLASS(wxObject_##theObject) \ }; |