X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..8946ede10c2702c7acbb194fe8bd2793d7fb8358:/src/palmos/accel.cpp diff --git a/src/palmos/accel.cpp b/src/palmos/accel.cpp index e2a28afb7f..e6f57eac06 100644 --- a/src/palmos/accel.cpp +++ b/src/palmos/accel.cpp @@ -71,7 +71,7 @@ wxAcceleratorTable::wxAcceleratorTable(int n, const wxAcceleratorEntry entries[] { } -bool wxAcceleratorTable::Ok() const +bool wxAcceleratorTable::IsOk() const { return false; }