removed useless ; to allow smart preprocessing under Mac OS X

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-06-27 22:26:08 +00:00
parent 89963b7fd0
commit ac84e37d5f
2 changed files with 2 additions and 2 deletions

View File

@@ -721,7 +721,7 @@ protected:
wxPalette m_palette;
private:
DECLARE_NO_COPY_CLASS(wxDCBase);
DECLARE_NO_COPY_CLASS(wxDCBase)
DECLARE_ABSTRACT_CLASS(wxDCBase)
};

View File

@@ -332,7 +332,7 @@ private:
// common part of all ctors
void Init();
DECLARE_NO_COPY_CLASS(wxWindow);
DECLARE_NO_COPY_CLASS(wxWindow)
DECLARE_EVENT_TABLE()
};