X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..992d6e1e2c5208ec3fded3d92691425f6b484630:/include/wx/mgl/region.h?ds=sidebyside

diff --git a/include/wx/mgl/region.h b/include/wx/mgl/region.h
index 472f33ebf5..052f33b40b 100644
--- a/include/wx/mgl/region.h
+++ b/include/wx/mgl/region.h
@@ -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);