]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/region.h
Add the correct dll export macros
[wxWidgets.git] / include / wx / msw / region.h
index b75113bbd945bda924defaa2da57fb76865ad393..b2ead3ca9c3e81b7a4a27f928291b8092ab94811 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)
     {