removed trailing semicolons after DECLARE_DYNAMIC_CLASS(), Borland chokes on them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -892,7 +892,7 @@ private: | ||||
|     wxGrid * m_view; | ||||
|     wxGridCellAttrProvider *m_attrProvider; | ||||
|  | ||||
|     DECLARE_ABSTRACT_CLASS( wxGridTableBase ); | ||||
|     DECLARE_ABSTRACT_CLASS(wxGridTableBase) | ||||
|     DECLARE_NO_COPY_CLASS(wxGridTableBase) | ||||
| }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user