]> git.saurik.com Git - wxWidgets.git/commitdiff
removed useless ; to allow smart preprocessing under Mac OS X
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 28 Jun 2001 21:19:28 +0000 (21:19 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 28 Jun 2001 21:19:28 +0000 (21:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/grid.h

index f599587f6cbe8065d0a01499c03a38cf29a1fc94..786a823fb897cae853528331df3d455bfa30d3c7 100644 (file)
@@ -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