X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..db7035e48a4ccc6265fa01949cb92db3c6b6c17f:/include/wx/dfb/pen.h diff --git a/include/wx/dfb/pen.h b/include/wx/dfb/pen.h index 9648f98e85..965b2afcbf 100644 --- a/include/wx/dfb/pen.h +++ b/include/wx/dfb/pen.h @@ -57,13 +57,9 @@ public: wxDash* GetDash() const; wxBitmap *GetStipple() const; - bool Ok() const { return IsOk(); } - bool IsOk() const; - protected: - // ref counting code - virtual wxObjectRefData *CreateRefData() const; - virtual wxObjectRefData *CloneRefData(const wxObjectRefData *data) const; + virtual wxGDIRefData *CreateGDIRefData() const; + virtual wxGDIRefData *CloneGDIRefData(const wxGDIRefData *data) const; DECLARE_DYNAMIC_CLASS(wxPen) };