X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..d9fda37ba1e29443ed473d3c69e71480935e09b7:/src/palmos/accel.cpp?ds=inline 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; }