X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1aca6611e695531e77e79e19e19da12d4c57dff0..09b895cb4a954494063eb17d3dc302a654fd99e5:/include/wx/os2/pen.h diff --git a/include/wx/os2/pen.h b/include/wx/os2/pen.h index bf31b1ed3a..f05f6382f6 100644 --- a/include/wx/os2/pen.h +++ b/include/wx/os2/pen.h @@ -21,7 +21,7 @@ typedef long wxPMDash; // Pen // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxPen : public wxPenBase +class WXDLLIMPEXP_CORE wxPen : public wxPenBase { public: wxPen() { } @@ -58,7 +58,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;