X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8855e47254a28f5141524b3aaaac03c2944e997..264972539817115bdfe987e080f8449cad1757eb:/include/wx/palmos/accel.h?ds=sidebyside diff --git a/include/wx/palmos/accel.h b/include/wx/palmos/accel.h index e1970d25b7..5c9b415759 100644 --- a/include/wx/palmos/accel.h +++ b/include/wx/palmos/accel.h @@ -37,7 +37,8 @@ public: { return !(*this == accel); } #endif - bool Ok() const; + bool Ok() const { return IsOk(); } + bool IsOk() const; void SetHACCEL(WXHACCEL hAccel); WXHACCEL GetHACCEL() const;