]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/region.h
no real change; just add the standard separator where it's missing
[wxWidgets.git] / include / wx / gtk1 / region.h
index 6704c3e4c80ba863da74883603901139ff08705f..6cb110f73ccb70cfd3d9d9e1c2ebc655d22f1248 100644 (file)
@@ -37,7 +37,7 @@ public:
         InitRect(rect.x, rect.y, rect.width, rect.height);
     }
 
-    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)
     {