compilation fix (extra semicolon)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-07-06 21:33:35 +00:00
parent aede4ebb26
commit b2644cc3cc

View File

@ -143,7 +143,7 @@ protected:
// the index of this display (0 is always the primary one)
size_t m_index;
DECLARE_NO_COPY_CLASS(wxDisplayBase);
DECLARE_NO_COPY_CLASS(wxDisplayBase)
};