]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/pen.h
wxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv code, they depend on the theme...
[wxWidgets.git] / include / wx / os2 / pen.h
index bf31b1ed3ab103eecb0eea4565bb6cabfd27de5c..f05f6382f6cfbd17dfde32d069e9d45dbe7d056a 100644 (file)
@@ -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;