X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..2780d31b74cd415150d080ca9fe9c29428073587:/include/wx/msw/brush.h?ds=sidebyside

diff --git a/include/wx/msw/brush.h b/include/wx/msw/brush.h
index 945b13c80a..d4ddc8d813 100644
--- a/include/wx/msw/brush.h
+++ b/include/wx/msw/brush.h
@@ -40,9 +40,14 @@ public:
     bool operator!=(const wxBrush& brush) const { return !(*this == brush); }
 
     wxColour GetColour() const;
-    virtual wxBrushStyle GetStyle() const;
+    wxBrushStyle GetStyle() const;
     wxBitmap *GetStipple() const;
 
+#if FUTURE_WXWIN_COMPATIBILITY_3_0
+    wxDEPRECATED_FUTURE( void SetStyle(int style) )
+        { SetStyle((wxBrushStyle)style); }
+#endif
+
     // return the HBRUSH for this brush
     virtual WXHANDLE GetResourceHandle() const;