X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d921af5140af576cf7651d4f47d5dc00a83e37f5..61fef19b852d426f5b00b60de083539b9ba0f76c:/include/wx/mac/brush.h diff --git a/include/wx/mac/brush.h b/include/wx/mac/brush.h index f72b28e8cd..68d1249860 100644 --- a/include/wx/mac/brush.h +++ b/include/wx/mac/brush.h @@ -37,7 +37,7 @@ class WXDLLEXPORT wxBrush: public wxGDIObject public: wxBrush(); wxBrush(short macThemeBrush ) ; - wxBrush(const wxColour& col, int style); + wxBrush(const wxColour& col, int style = wxSOLID); wxBrush(const wxBitmap& stipple); wxBrush(const wxBrush& brush) : wxGDIObject()