X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..42eba91294e1c374908b63bdc5f22a5c4c29f110:/include/wx/os2/pen.h?ds=sidebyside diff --git a/include/wx/os2/pen.h b/include/wx/os2/pen.h index 3594ffebec..17c6822ac0 100644 --- a/include/wx/os2/pen.h +++ b/include/wx/os2/pen.h @@ -61,7 +61,8 @@ public: inline bool operator != (const wxPen& rPen) const { return m_refData != rPen.m_refData; } - virtual bool Ok(void) const { return (m_refData != NULL); } + virtual bool Ok() const { return IsOk(); } + virtual bool IsOk(void) const { return (m_refData != NULL); } // // Override in order to recreate the pen