X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e711d5c093dcc758e3f1670caf845612ea9fa92..4fab71288ea3629e48fe100b337d9465266ef149:/include/wx/combobox.h diff --git a/include/wx/combobox.h b/include/wx/combobox.h index 237f471e8f..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,10 +61,10 @@ 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" -#elif defined(__WXSTUBS__) - #include "wx/stubs/combobox.h" #endif #endif // wxUSE_COMBOBOX