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