X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a5bcc4db0851bf8cd3063917511b0b17c7f9679..1239ac2e28ff365856aa19e7e775962d6ba4fc93:/src/msw/accel.cpp diff --git a/src/msw/accel.cpp b/src/msw/accel.cpp index 5f82d74601..a918d7fff3 100644 --- a/src/msw/accel.cpp +++ b/src/msw/accel.cpp @@ -51,7 +51,7 @@ protected: wxAcceleratorRefData::wxAcceleratorRefData() { - m_ok = FALSE; + m_ok = false; m_hAccel = 0; }