removed useless ; to allow smart preprocessing under Mac OS X

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2001-06-28 06:22:47 +00:00
parent d8c736e563
commit 1d53270b32

View File

@ -92,7 +92,7 @@ protected:
private: private:
// VZ: can't use default copy ctor for this class, should write a correct // VZ: can't use default copy ctor for this class, should write a correct
// one! (TODO) // one! (TODO)
DECLARE_NO_COPY_CLASS(wxURL); DECLARE_NO_COPY_CLASS(wxURL)
DECLARE_DYNAMIC_CLASS(wxURL) DECLARE_DYNAMIC_CLASS(wxURL)
}; };