X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/173d67aa518500b3e43c0970d05a761d8e72e68d..12b5f4b4d2d8a07962da7ba3b78c8c1ec2634a67:/src/common/imagfill.cpp?ds=inline diff --git a/src/common/imagfill.cpp b/src/common/imagfill.cpp index efe4df5961..fa4992fe6b 100644 --- a/src/common/imagfill.cpp +++ b/src/common/imagfill.cpp @@ -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;