X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..50414e24a7aa082f2569666421d3ee1ea581a3cd:/include/wx/gtk1/pen.h diff --git a/include/wx/gtk1/pen.h b/include/wx/gtk1/pen.h index e3529c6699..d6c4d632b8 100644 --- a/include/wx/gtk1/pen.h +++ b/include/wx/gtk1/pen.h @@ -50,7 +50,7 @@ class wxPen: public wxGDIObject void SetColour( const wxColour &colour ); void SetColour( const wxString &colourName ); - void SetColour( const int red, const int green, const int blue ); + void SetColour( int red, int green, int blue ); void SetCap( int capStyle ); void SetJoin( int joinStyle ); void SetStyle( int style ); @@ -62,6 +62,8 @@ class wxPen: public wxGDIObject int GetWidth(void) const; bool Ok(void) const; + void Unshare(void); + // no data :-) };