]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/brush.h
addind nonowned window implementation
[wxWidgets.git] / include / wx / mgl / brush.h
index 318018f8cb007366be738363cb07ba60421cfa90..b48433e9d3da300355977fdb35b37665106d279a 100644 (file)
@@ -32,6 +32,9 @@ class WXDLLEXPORT 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;