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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user