From aa3d520a7435f03f2211ae1647d4d6b39003ef9f Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Tue, 22 Jul 2003 09:01:02 +0000 Subject: [PATCH] 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 --- include/wx/ctrlsub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0