X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ccf6cd7ea228a58ac43989760651796ec8d8600..b4b830ec00c099ae83596fa3fe9d8a4398fd2929:/include/wx/motif/region.h diff --git a/include/wx/motif/region.h b/include/wx/motif/region.h index ffd3e993db..8e5157eb05 100644 --- a/include/wx/motif/region.h +++ b/include/wx/motif/region.h @@ -41,8 +41,8 @@ wxRGN_XOR // Creates the union of two combined regions except for any }; class WXDLLEXPORT wxRegion : public wxGDIObject { -DECLARE_DYNAMIC_CLASS(wxRegion); - friend class WXDLLEXPORT wxRegionIterator; + DECLARE_DYNAMIC_CLASS(wxRegion) + friend class WXDLLEXPORT wxRegionIterator; public: wxRegion(wxCoord x, wxCoord y, wxCoord w, wxCoord h); wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight); @@ -121,7 +121,7 @@ public: }; class WXDLLEXPORT wxRegionIterator : public wxObject { -DECLARE_DYNAMIC_CLASS(wxRegionIterator); + DECLARE_DYNAMIC_CLASS(wxRegionIterator) public: wxRegionIterator(); wxRegionIterator(const wxRegion& region);