]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/brush.h
make the Pen/Brush code backward compatible as discussed on wx-dev; marked the blocks...
[wxWidgets.git] / include / wx / dfb / brush.h
index ece3093439e3e37258998c571a5c2b4fb8bed9f4..0d0a46c7a5fbf37df5c1045e56a33f0bfeb97791 100644 (file)
@@ -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;