X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/90527a50d74bed6ed6b4d163e8170ae8c3f5d869..6cab4fcac7fe26d9ae5a1d29066e0893d689bb38:/src/generic/accel.cpp diff --git a/src/generic/accel.cpp b/src/generic/accel.cpp index b6ae238a75..91c39cd066 100644 --- a/src/generic/accel.cpp +++ b/src/generic/accel.cpp @@ -107,7 +107,7 @@ wxAcceleratorTable::~wxAcceleratorTable() { } -bool wxAcceleratorTable::Ok() const +bool wxAcceleratorTable::IsOk() const { return m_refData != NULL; }