X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e6858cdcb9278b36446466c346d984e7e306553..5c7b506103cfc078a821860766e31c47d595e07f:/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;