X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c08b47173a8dfcdc8af7349bd708c9b84b1d636..ac3688c0d8a39d200f0556ad4b401d89b45ff04a:/include/wx/dfb/brush.h diff --git a/include/wx/dfb/brush.h b/include/wx/dfb/brush.h index ece3093439..0d0a46c7a5 100644 --- a/include/wx/dfb/brush.h +++ b/include/wx/dfb/brush.h @@ -33,6 +33,9 @@ class WXDLLIMPEXP_CORE wxBrush : public wxBrushBase public: wxBrush() {} wxBrush(const wxColour &colour, wxBrushStyle style = wxBRUSHSTYLE_SOLID); +#if FUTURE_WXWIN_COMPATIBILITY_3_0 + wxDEPRECATED_FUTURE( wxBrush(const wxColour& col, int style) ); +#endif wxBrush(const wxBitmap &stippleBitmap); bool operator==(const wxBrush& brush) const;