X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f02a879ed7efc5fcf6328ff47a1352ec82812b7..538f3830191e25eaf0edb0a379e08d4f85ee49bc:/include/wx/x11/pen.h diff --git a/include/wx/x11/pen.h b/include/wx/x11/pen.h index 3103d77f25..eeff1b0756 100644 --- a/include/wx/x11/pen.h +++ b/include/wx/x11/pen.h @@ -36,10 +36,7 @@ public: wxPen( const wxColour &colour, int width = 1, int style = wxSOLID ); wxPen( const wxBitmap &stipple, int width ); - ~wxPen(); - - wxPen( const wxPen& pen ) { Ref(pen); } - wxPen& operator = ( const wxPen& pen ) { Ref(pen); return *this; } + virtual ~wxPen(); bool Ok() const { return m_refData != NULL; }