X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8855e47254a28f5141524b3aaaac03c2944e997..472eec8a0391538e4dcf7f7c6c4f4d44c8383616:/include/wx/mgl/pen.h diff --git a/include/wx/mgl/pen.h b/include/wx/mgl/pen.h index 7b5edafd3b..6dd307ae0c 100644 --- a/include/wx/mgl/pen.h +++ b/include/wx/mgl/pen.h @@ -20,8 +20,8 @@ // classes //----------------------------------------------------------------------------- -class WXDLLEXPORT wxBitmap; -class WXDLLEXPORT wxPen; +class WXDLLIMPEXP_FWD_CORE wxBitmap; +class WXDLLIMPEXP_FWD_CORE wxPen; //----------------------------------------------------------------------------- // wxPen @@ -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;