From: Gilles Depeyrot Date: Thu, 28 Jun 2001 21:19:28 +0000 (+0000) Subject: removed useless ; to allow smart preprocessing under Mac OS X X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7ef4c90b0a4a657d2d34a21b397dfe20b565f894 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 --- diff --git a/include/wx/generic/grid.h b/include/wx/generic/grid.h index f599587f6c..786a823fb8 100644 --- a/include/wx/generic/grid.h +++ b/include/wx/generic/grid.h @@ -689,7 +689,7 @@ private: wxAttrKind m_attrkind; // 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 // no friends