git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14547
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
bool operator!=(const wxAcceleratorEntry& entry) const
{ return !(*this == entry); }
bool operator!=(const wxAcceleratorEntry& entry) const
{ return !(*this == entry); }
-#if defined(__WXMOTIF__) || defined(__WXX11__)
+#if defined(__WXMOTIF__)
// Implementation use only
// Implementation use only
- bool MatchesEvent(const wxKeyEvent& event) const ;
+ bool MatchesEvent(const wxKeyEvent& event) const;