X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b3c861501a451503b31c075ccb59d16b0ae01e99..8c9fd6e54e3614828715ac11479557fdeacb590d:/include/wx/dfb/pen.h diff --git a/include/wx/dfb/pen.h b/include/wx/dfb/pen.h index 3f78357ae8..4565d943b1 100644 --- a/include/wx/dfb/pen.h +++ b/include/wx/dfb/pen.h @@ -57,7 +57,8 @@ public: wxDash* GetDash() const; wxBitmap *GetStipple() const; - bool Ok() const; + bool Ok() const { return IsOk(); } + bool IsOk() const; protected: // ref counting code