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