X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/os2/pen.h diff --git a/include/wx/os2/pen.h b/include/wx/os2/pen.h index dfcdb9f12f..9ae321a020 100644 --- a/include/wx/os2/pen.h +++ b/include/wx/os2/pen.h @@ -4,7 +4,6 @@ // Author: David Webster // Modified by: // Created: 10/10/99 -// RCS-ID: $Id$ // Copyright: (c) David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -58,7 +57,7 @@ public: void SetCap(wxPenCap nCap); void SetPS(HPS hPS); - wxColour& GetColour(void) const; + wxColour GetColour(void) const; int GetWidth(void) const; wxPenStyle GetStyle(void) const; wxPenJoin GetJoin(void) const; @@ -69,6 +68,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 //