From: Kevin Hock Date: Mon, 14 Mar 2005 14:38:48 +0000 (+0000) Subject: Removed unneeded semicolon after DECLARE_DYNAMIC_CLASS [ bug 1162938 ] X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4845680170a2048d7b7a3da858b6bfc137810d6f Removed unneeded semicolon after DECLARE_DYNAMIC_CLASS [ bug 1162938 ] git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/region.h b/include/wx/mac/carbon/region.h index dfac421db5..33440ec1a6 100644 --- a/include/wx/mac/carbon/region.h +++ b/include/wx/mac/carbon/region.h @@ -37,7 +37,7 @@ wxRGN_XOR // Creates the union of two combined regions except for any }; class WXDLLEXPORT wxRegion : public wxGDIObject { -DECLARE_DYNAMIC_CLASS(wxRegion); +DECLARE_DYNAMIC_CLASS(wxRegion) friend class WXDLLEXPORT wxRegionIterator; public: wxRegion(long x, long y, long w, long h); diff --git a/include/wx/mac/carbon/statusbr.h b/include/wx/mac/carbon/statusbr.h index 5fb70f4058..4c2c1b191d 100644 --- a/include/wx/mac/carbon/statusbr.h +++ b/include/wx/mac/carbon/statusbr.h @@ -19,7 +19,7 @@ class WXDLLEXPORT wxStatusBarMac : public wxStatusBarGeneric { - DECLARE_DYNAMIC_CLASS(wxStatusBarMac); + DECLARE_DYNAMIC_CLASS(wxStatusBarMac) wxStatusBarMac(); wxStatusBarMac(wxWindow *parent, wxWindowID id,