]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/pen.h
remove obsolete file
[wxWidgets.git] / include / wx / msw / pen.h
index 1cd9b15b9f6fd2daa0210abb24c78664347788db..0cff049e87e7529eef2d5f8277eb33976adc0b93 100644 (file)
@@ -19,7 +19,7 @@
 // Pen
 // ----------------------------------------------------------------------------
 
 // Pen
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxPen : public wxPenBase
+class WXDLLIMPEXP_CORE wxPen : public wxPenBase
 {
 public:
     wxPen() { }
 {
 public:
     wxPen() { }
@@ -45,7 +45,7 @@ public:
     void SetJoin(wxPenJoin join);
     void SetCap(wxPenCap cap);
 
     void SetJoin(wxPenJoin join);
     void SetCap(wxPenCap cap);
 
-    wxColour& GetColour() const;
+    wxColour GetColour() const;
     int GetWidth() const;
     wxPenStyle GetStyle() const;
     wxPenJoin GetJoin() const;
     int GetWidth() const;
     wxPenStyle GetStyle() const;
     wxPenJoin GetJoin() const;