From: Chris Elliott Date: Tue, 22 Jul 2003 09:01:02 +0000 (+0000) Subject: borland does not like ; at end of macros X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aa3d520a7435f03f2211ae1647d4d6b39003ef9f borland does not like ; at end of macros git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/ctrlsub.h b/include/wx/ctrlsub.h index 6716e7ca81..190156bc97 100644 --- a/include/wx/ctrlsub.h +++ b/include/wx/ctrlsub.h @@ -163,7 +163,7 @@ public: } private: - DECLARE_NO_COPY_CLASS(wxControlWithItems); + DECLARE_NO_COPY_CLASS(wxControlWithItems) }; #endif // wxUSE_CONTROLS