]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/region.cpp
Forgot header with OSX prefix
[wxWidgets.git] / src / osx / carbon / region.cpp
index eae2dd81c5720795345a03c18153a50f80e00672..b2d0c251ca41d8ee66591b843966d18197712f68 100644 (file)
@@ -96,7 +96,7 @@ wxRegion::wxRegion(const wxRect& rect)
     m_refData = new wxRegionRefData(rect.x , rect.y , rect.width , rect.height);
 }
 
     m_refData = new wxRegionRefData(rect.x , rect.y , rect.width , rect.height);
 }
 
-wxRegion::wxRegion(size_t n, const wxPoint *points, int WXUNUSED(fillStyle))
+wxRegion::wxRegion(size_t n, const wxPoint *points, wxPolygonFillMode WXUNUSED(fillStyle))
 {
     wxUnusedVar(n);
     wxUnusedVar(points);
 {
     wxUnusedVar(n);
     wxUnusedVar(points);