X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/706e740f5025073df75acbb8ed115f4898696f70..166c3ef0f9a77a66143968be2c1b58747994d32e:/include/wx/msw/accel.h 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;