X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/706e740f5025073df75acbb8ed115f4898696f70..6ff41b1697419e9d07f1d765cc767d9298781980:/include/wx/msw/accel.h?ds=sidebyside diff --git a/include/wx/msw/accel.h b/include/wx/msw/accel.h index d63a77c68c..f65d24664f 100644 --- a/include/wx/msw/accel.h +++ b/include/wx/msw/accel.h @@ -34,7 +34,8 @@ public: bool operator!=(const wxAcceleratorTable& accel) const { return !(*this == accel); } - bool Ok() const; + bool Ok() const { return IsOk(); } + bool IsOk() const; void SetHACCEL(WXHACCEL hAccel); WXHACCEL GetHACCEL() const;