X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a1498c08b07625baa087622e75637a2f15325b6..40e5ebbf98728d627e4d3c9e3a57f28f5bb8fcb9:/include/wx/mgl/pen.h diff --git a/include/wx/mgl/pen.h b/include/wx/mgl/pen.h index 1bedb8ace5..a18d97efb2 100644 --- a/include/wx/mgl/pen.h +++ b/include/wx/mgl/pen.h @@ -33,9 +33,7 @@ public: wxPen() {} wxPen(const wxColour &colour, int width = 1, int style = wxSOLID); wxPen(const wxBitmap& stipple, int width); - wxPen(const wxPen& pen); - ~wxPen() {} - wxPen& operator = (const wxPen& pen); + virtual ~wxPen() {} bool operator == (const wxPen& pen) const; bool operator != (const wxPen& pen) const; @@ -58,7 +56,8 @@ public: wxDash* GetDash() const; wxBitmap *GetStipple() const; - bool Ok() const; + bool Ok() const { return IsOk(); } + bool IsOk() const; // implementation: void* GetPixPattern() const;