projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix another line somehow missing from the wxGraphicsBitmap forward port.
[wxWidgets.git]
/
include
/
wx
/
os2
/
pen.h
diff --git
a/include/wx/os2/pen.h
b/include/wx/os2/pen.h
index f05f6382f6cfbd17dfde32d069e9d45dbe7d056a..5907125fc8455ef4805f435aaf705ce63fb77d18 100644
(file)
--- a/
include/wx/os2/pen.h
+++ b/
include/wx/os2/pen.h
@@
-69,6
+69,11
@@
public:
int GetDashCount() const;
wxBitmap* GetStipple(void) const;
+#if FUTURE_WXWIN_COMPATIBILITY_3_0
+ wxDEPRECATED_FUTURE( void SetStyle(int style) )
+ { SetStyle((wxPenStyle)style); }
+#endif
+
//
// Implementation
//