]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/region.h
undo the last change as it results in buildbot configuration error
[wxWidgets.git] / interface / wx / region.h
index 7710f308c37d139e28e8aa8eed3eb0404d4d4879..45e42d730ec9c71d0d686107914ca0a9b8090cec 100644 (file)
@@ -181,7 +181,7 @@ public:
         in the provided array.
         @a fillStyle parameter may have values @c wxWINDING_RULE or @c wxODDEVEN_RULE.
     */
-    wxRegion(size_t n, const wxPoint* points, int fillStyle = wxODDEVEN_RULE);
+    wxRegion(size_t n, const wxPoint* points, wxPolygonFillMode fillStyle = wxODDEVEN_RULE);
     /**
         Constructs a region using a bitmap. See Union() for more details.
     */