X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..04fa04d8067d235ab45b5bc05b65f0679634b541:/src/palmos/accel.cpp diff --git a/src/palmos/accel.cpp b/src/palmos/accel.cpp index e2a28afb7f..0171a66b97 100644 --- a/src/palmos/accel.cpp +++ b/src/palmos/accel.cpp @@ -40,7 +40,7 @@ protected: HACCEL m_hAccel; bool m_ok; - DECLARE_NO_COPY_CLASS(wxAcceleratorRefData) + wxDECLARE_NO_COPY_CLASS(wxAcceleratorRefData); }; #define M_ACCELDATA ((wxAcceleratorRefData *)m_refData) @@ -71,7 +71,7 @@ wxAcceleratorTable::wxAcceleratorTable(int n, const wxAcceleratorEntry entries[] { } -bool wxAcceleratorTable::Ok() const +bool wxAcceleratorTable::IsOk() const { return false; }