X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/edf6a063410b3fa401c913153a64f81d700fbda4..fd68cfdbfb73b76322c83bddbc39d5360a2b590d:/include/wx/x11/brush.h diff --git a/include/wx/x11/brush.h b/include/wx/x11/brush.h index 8e42e3e03b..7b9fef1a17 100644 --- a/include/wx/x11/brush.h +++ b/include/wx/x11/brush.h @@ -35,7 +35,7 @@ class wxBrush: public wxGDIObject public: wxBrush() { } - wxBrush( const wxColour &colour, int style ); + wxBrush( const wxColour &colour, int style = wxSOLID ); wxBrush( const wxBitmap &stippleBitmap ); ~wxBrush();