]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/pen.h
Application of the most recent wxWebView patch, the only changes were so tab to space...
[wxWidgets.git] / include / wx / dfb / pen.h
index 27fe9a9be6d498814b67eac909f7b6971025d02f..00e1f783befcfc2fcef9eedf54589467ed50a961 100644 (file)
@@ -61,6 +61,11 @@ public:
     wxDash* GetDash() const;
     wxBitmap *GetStipple() const;
 
+#if FUTURE_WXWIN_COMPATIBILITY_3_0
+    wxDEPRECATED_FUTURE( void SetStyle(int style) )
+        { SetStyle((wxPenStyle)style); }
+#endif
+
 protected:
     virtual wxGDIRefData *CreateGDIRefData() const;
     virtual wxGDIRefData *CloneGDIRefData(const wxGDIRefData *data) const;