From: Gilles Depeyrot Date: Thu, 28 Jun 2001 06:22:47 +0000 (+0000) Subject: removed useless ; to allow smart preprocessing under Mac OS X X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1d53270b32ad2b5cb8d70f535fa109333745f609 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 --- diff --git a/include/wx/url.h b/include/wx/url.h index b941e10e16..80efd19ff6 100644 --- a/include/wx/url.h +++ b/include/wx/url.h @@ -92,7 +92,7 @@ protected: private: // VZ: can't use default copy ctor for this class, should write a correct // one! (TODO) - DECLARE_NO_COPY_CLASS(wxURL); + DECLARE_NO_COPY_CLASS(wxURL) DECLARE_DYNAMIC_CLASS(wxURL) };