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: