From f052d487e38dd9bc434a10b96286d64874e20e56 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 6 Jan 2002 14:12:51 +0000 Subject: [PATCH] removed unneeded ; git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/motif/region.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); -- 2.45.2