]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/region.h
Add index-based selection functions to wxDataViewListCtrl.
[wxWidgets.git] / include / wx / palmos / region.h
index 9ca01e8071f19696de31a12614cc17d9d7640abc..86459caf46fba021a0e2c4febf50177ea9565d41 100644 (file)
@@ -20,7 +20,7 @@ public:
     wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
     wxRegion(const wxRect& rect);
     wxRegion(WXHRGN hRegion); // Hangs on to this region
-    wxRegion(size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
+    wxRegion(size_t n, const wxPoint *points, wxPolygonFillMode fillStyle = wxODDEVEN_RULE );
 
 #if wxUSE_IMAGE
     wxRegion( const wxBitmap& bmp)