]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/pen.cpp
mac paths updated
[wxWidgets.git] / src / gtk / pen.cpp
index 2e38df095bea7802dbf3f96d506469f1c622dbb7..06c0d8c1ede4261a0a28ffdbc2a87e9f7ea1ca0d 100644 (file)
@@ -230,7 +230,7 @@ int wxPen::GetWidth() const
     return M_PENDATA->m_width;
 }
 
-wxColour &wxPen::GetColour() const
+wxColour wxPen::GetColour() const
 {
     wxCHECK_MSG( Ok(), wxNullColour, wxT("invalid pen") );