X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9e4acc5197ac49259b9a39468c5931b4459d87f..c845a1975a3d6d79b19a7ec77bd8e0b8b8850751:/include/wx/radiobox.h diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index b264471605..fc2b142832 100644 --- a/include/wx/radiobox.h +++ b/include/wx/radiobox.h @@ -5,14 +5,14 @@ // Modified by: // Created: 10.09.00 // RCS-ID: $Id$ -// Copyright: (c) wxWindows team -// Licence: wxWindows license +// Copyright: (c) wxWidgets team +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_RADIOBOX_H_BASE_ #define _WX_RADIOBOX_H_BASE_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "radioboxbase.h" #endif @@ -104,6 +104,8 @@ public: #include "wx/gtk/radiobox.h" #elif defined(__WXMAC__) #include "wx/mac/radiobox.h" +#elif defined(__WXCOCOA__) + #include "wx/cocoa/radiobox.h" #elif defined(__WXPM__) #include "wx/os2/radiobox.h" #endif