]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/accel.h
Compile fix for wxFileName.
[wxWidgets.git] / include / wx / accel.h
index a5202e417366cc8327fb26ee65bcacae3988981d..986ea9b66df7be570ad692bc1d76cf3a075e0ccb 100644 (file)
@@ -75,9 +75,9 @@ public:
     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;
 #endif
     
 private:
 #endif
     
 private: