X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9e4acc5197ac49259b9a39468c5931b4459d87f..0451a04544e6abc61a3e81ee47b43f9067308b6b:/include/wx/combobox.h diff --git a/include/wx/combobox.h b/include/wx/combobox.h index 39ffa1b5b0..e914de482e 100644 --- a/include/wx/combobox.h +++ b/include/wx/combobox.h @@ -5,7 +5,7 @@ // Modified by: // Created: 24.12.00 // RCS-ID: $Id$ -// Copyright: (c) 1996-2000 wxWindows team +// Copyright: (c) 1996-2000 wxWidgets team // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -61,6 +61,8 @@ public: #include "wx/gtk/combobox.h" #elif defined(__WXMAC__) #include "wx/mac/combobox.h" +#elif defined(__WXCOCOA__) + #include "wx/cocoa/combobox.h" #elif defined(__WXPM__) #include "wx/os2/combobox.h" #endif