]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/region.h
no changes, just remove #if'd out code
[wxWidgets.git] / include / wx / mgl / region.h
index 472f33ebf505748f17aa33a1c609f3da54a81b39..052f33b40b520f600a8b32486098be970f88171e 100644 (file)
@@ -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);