X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..ce4b7808ca940be201422a066de141ca12f13863:/include/wx/motif/accel.h?ds=sidebyside diff --git a/include/wx/motif/accel.h b/include/wx/motif/accel.h index 9cfde947d9..3de7ce7640 100644 --- a/include/wx/motif/accel.h +++ b/include/wx/motif/accel.h @@ -29,7 +29,8 @@ public: bool operator == (const wxAcceleratorTable& accel) const { return m_refData == accel.m_refData; } bool operator != (const wxAcceleratorTable& accel) const { return m_refData != accel.m_refData; } - bool Ok() const; + bool Ok() const { return IsOk(); } + bool IsOk() const; // Implementation only int GetCount() const;