]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/pen.h
allow loading wxAnimationCtrl contents from stream (patch 1962344)
[wxWidgets.git] / include / wx / x11 / pen.h
index df8b0b67cfc6a255d0aa3652e37e5e1e03523ca0..9e77f0daa078ec13c8afcb685ef46274e27517ac 100644 (file)
@@ -52,9 +52,9 @@ public:
     void SetStyle( wxPenStyle style );
     void SetWidth( int width );
     void SetDashes( int number_of_dashes, const wxDash *dash );
-    void SetStipple( wxBitmap *stipple );
+    void SetStipple( const wxBitmap& stipple );
 
-    wxColour &GetColour() const;
+    wxColour GetColour() const;
     wxPenCap GetCap() const;
     wxPenJoin GetJoin() const;
     wxPenStyle GetStyle() const;