X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e6858cdcb9278b36446466c346d984e7e306553..1bc821059355d60e379c56083013553294df88c1:/include/wx/palmos/brush.h?ds=inline diff --git a/include/wx/palmos/brush.h b/include/wx/palmos/brush.h index 2c354a56bb..ba55d5bad7 100644 --- a/include/wx/palmos/brush.h +++ b/include/wx/palmos/brush.h @@ -22,11 +22,14 @@ class WXDLLIMPEXP_FWD_CORE wxBrush; // wxBrush // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxBrush : public wxBrushBase +class WXDLLIMPEXP_CORE wxBrush : public wxBrushBase { public: wxBrush(); wxBrush(const wxColour& col, wxBrushStyle style = wxBRUSHSTYLE_SOLID); +#if FUTURE_WXWIN_COMPATIBILITY_3_0 + wxDEPRECATED_FUTURE( wxBrush(const wxColour& col, int style) ); +#endif wxBrush(const wxBitmap& stipple); virtual ~wxBrush(); @@ -39,7 +42,7 @@ public: bool operator!=(const wxBrush& brush) const { return !(*this == brush); } wxColour GetColour() const; - virtual wxBrushStyle GetStyle() const; + wxBrushStyle GetStyle() const; wxBitmap *GetStipple() const; // return the HBRUSH for this brush