]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/accel.h
Missed defs.h inclusion.
[wxWidgets.git] / include / wx / accel.h
index 773b28d49785e886238e3f0c61e22b3bd28ac2bf..1c85b4447b0a190087fe5b9c796206d158253d75 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     31.05.01 (extracted from other files)
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows team
+// Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -122,6 +122,8 @@ private:
     #include "wx/gtk/accel.h"
 #elif defined(__WXMAC__)
     #include "wx/mac/accel.h"
+#elif defined(__WXCOCOA__)
+    #include "wx/generic/accel.h"
 #elif defined(__WXPM__)
     #include "wx/os2/accel.h"
 #endif