removed useless ; to allow smart preprocessing under Mac OS X

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-06-28 21:19:28 +00:00
parent 2a365b7d3f
commit 7ef4c90b0a

View File

@@ -689,7 +689,7 @@ private:
wxAttrKind m_attrkind; wxAttrKind m_attrkind;
// use Clone() instead // use Clone() instead
DECLARE_NO_COPY_CLASS(wxGridCellAttr); DECLARE_NO_COPY_CLASS(wxGridCellAttr)
// suppress the stupid gcc warning about the class having private dtor and // suppress the stupid gcc warning about the class having private dtor and
// no friends // no friends