X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8855e47254a28f5141524b3aaaac03c2944e997..0db8bb5866f74a271e03fd0204f7560c710e6265:/include/wx/mgl/pen.h diff --git a/include/wx/mgl/pen.h b/include/wx/mgl/pen.h index 7b5edafd3b..a18d97efb2 100644 --- a/include/wx/mgl/pen.h +++ b/include/wx/mgl/pen.h @@ -33,7 +33,7 @@ public: wxPen() {} wxPen(const wxColour &colour, int width = 1, int style = wxSOLID); wxPen(const wxBitmap& stipple, int width); - ~wxPen() {} + virtual ~wxPen() {} bool operator == (const wxPen& pen) const; bool operator != (const wxPen& pen) const; @@ -56,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;