]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/pen.h
add a special macro for comparing time_t values to fix unit test compilation on platf...
[wxWidgets.git] / include / wx / gtk / pen.h
index 02baef39225e91ffd2256e5cc4e65e201bd9d4e5..2af7d460487e6bd46de499ee979727993b520b28 100644 (file)
@@ -40,7 +40,7 @@ public:
     void SetDashes( int number_of_dashes, const wxDash *dash );
     void SetStipple(const wxBitmap& stipple);
 
-    wxColour &GetColour() const;
+    wxColour GetColour() const;
     wxPenCap GetCap() const;
     wxPenJoin GetJoin() const;
     wxPenStyle GetStyle() const;