X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7266b6723573ce6317577226cb1e5d32826e24e8..a315cec9685964e73d833f4c8cf6b38828780899:/include/wx/accel.h diff --git a/include/wx/accel.h b/include/wx/accel.h index a5202e4173..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); } -#if defined(__WXMOTIF__) || defined(__WXX11__) +#if defined(__WXMOTIF__) // Implementation use only - bool MatchesEvent(const wxKeyEvent& event) const ; + bool MatchesEvent(const wxKeyEvent& event) const; #endif private: