X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..29efc6e4a478652d6f59fb3f5ca7990d78a8ead4:/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; }