X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..7acd36259b464d7139128f2e53acf04b3110eb71:/include/wx/accel.h diff --git a/include/wx/accel.h b/include/wx/accel.h index 773b28d497..1c85b4447b 100644 --- a/include/wx/accel.h +++ b/include/wx/accel.h @@ -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