X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..ddf13afcfebaeefc4d6d674fd512ecfccf3650c1:/include/wx/mgl/pen.h?ds=inline diff --git a/include/wx/mgl/pen.h b/include/wx/mgl/pen.h index 3be08b3293..cd7188c465 100644 --- a/include/wx/mgl/pen.h +++ b/include/wx/mgl/pen.h @@ -50,7 +50,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;