X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..35ee7124870ad4b8f73b45d906209620e36ae9ea:/src/mac/classic/accel.cpp?ds=sidebyside diff --git a/src/mac/classic/accel.cpp b/src/mac/classic/accel.cpp index 71714f9d7f..89bb4336a0 100644 --- a/src/mac/classic/accel.cpp +++ b/src/mac/classic/accel.cpp @@ -77,7 +77,7 @@ wxAcceleratorTable::wxAcceleratorTable(int n, const wxAcceleratorEntry entries[] } } -bool wxAcceleratorTable::Ok() const +bool wxAcceleratorTable::IsOk() const { return (m_refData != NULL); }