]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagfill.cpp
a few more int/wxPolygonFillMode substitutions in wxRegion and wxGraphicsContext...
[wxWidgets.git] / src / common / imagfill.cpp
index efe4df59617960fe64ad3fc2176188d7311b2628..fa4992fe6b9652be122ce82fc63f1e295dfe9220 100644 (file)
@@ -274,7 +274,7 @@ wxImageFloodFill(wxImage *image,
 
 
 bool wxDoFloodFill(wxDC *dc, wxCoord x, wxCoord y,
-                   const wxColour& col, int style)
+                   const wxColour& col, wxFloodFillStyle style)
 {
     if (dc->GetBrush().GetStyle() == wxBRUSHSTYLE_TRANSPARENT)
         return true;