X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b61df4aa5fd523b8f331ef8199c3cb0fb9c0d59e..9b66a1d31a32e9235792261db6ff755ce26ab5c1:/src/gtk1/region.cpp diff --git a/src/gtk1/region.cpp b/src/gtk1/region.cpp index ea44a6498f..de01c37e53 100644 --- a/src/gtk1/region.cpp +++ b/src/gtk1/region.cpp @@ -107,7 +107,7 @@ wxRegion::wxRegion( GdkRegion *region ) M_REGIONDATA->m_region = gdk_regions_union(wxGdkRegion(), region); } -wxRegion::wxRegion( size_t n, const wxPoint *points, int fillStyle ) +wxRegion::wxRegion( size_t n, const wxPoint *points, wxPolygonFillMode fillStyle ) { GdkPoint *gdkpoints = new GdkPoint[n]; for ( size_t i = 0 ; i < n ; i++ )