X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e711d5c093dcc758e3f1670caf845612ea9fa92..a315cec9685964e73d833f4c8cf6b38828780899:/include/wx/accel.h diff --git a/include/wx/accel.h b/include/wx/accel.h index 40676ee7f0..986ea9b66d 100644 --- a/include/wx/accel.h +++ b/include/wx/accel.h @@ -75,9 +75,9 @@ public: bool operator!=(const wxAcceleratorEntry& entry) const { return !(*this == entry); } -#ifdef __WXMOTIF__ +#if defined(__WXMOTIF__) // Implementation use only - bool MatchesEvent(const wxKeyEvent& event) const ; + bool MatchesEvent(const wxKeyEvent& event) const; #endif private: