]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/pen.h
Remove usused variable
[wxWidgets.git] / include / wx / cocoa / pen.h
index c21325046c3c4e3080c1a42714029cf449212948..73f7c568f191b9bcaa4cbc5dd9625ebb457484a2 100644 (file)
@@ -21,7 +21,7 @@ class WXDLLIMPEXP_FWD_CORE wxBitmap;
 // ========================================================================
 // wxPen
 // ========================================================================
-class WXDLLEXPORT wxPen: public wxGDIObject
+class WXDLLIMPEXP_CORE wxPen: public wxGDIObject
 {
 public:
     wxPen();
@@ -46,7 +46,7 @@ public:
     void SetJoin(wxPenJoin join);
     void SetCap(wxPenCap cap);
 
-    wxColour& GetColour() const;
+    wxColour GetColour() const;
     int GetWidth() const;
     wxPenStyle GetStyle() const;
     wxPenJoin GetJoin() const;