X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f884a0dccd6b642f35c441ac9bfc87a6d5b4d35..cbeda384e51acb82e13994cb67ac1714669cae10:/include/wx/mgl/region.h diff --git a/include/wx/mgl/region.h b/include/wx/mgl/region.h index 838ba5e118..052f33b40b 100644 --- a/include/wx/mgl/region.h +++ b/include/wx/mgl/region.h @@ -15,7 +15,7 @@ class MGLRegion; -class WXDLLEXPORT wxRegion : public wxRegionBase +class WXDLLIMPEXP_CORE wxRegion : public wxRegionBase { public: wxRegion(); @@ -23,7 +23,7 @@ public: wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight); wxRegion(const wxRect& rect); wxRegion(const MGLRegion& region); - wxRegion(size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE ); + wxRegion(size_t n, const wxPoint *points, wxPolygonFillMode fillStyle = wxODDEVEN_RULE ); wxRegion(const wxBitmap& bmp) { Union(bmp); @@ -68,7 +68,7 @@ private: WX_DECLARE_EXPORTED_LIST(wxRect, wxRegionRectList); -class WXDLLEXPORT wxRegionIterator : public wxObject +class WXDLLIMPEXP_CORE wxRegionIterator : public wxObject { public: wxRegionIterator(void);