X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9e4acc5197ac49259b9a39468c5931b4459d87f..707a378282ef7381e6ae925f3e8541e19e609380:/include/wx/radiobox.h diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index b264471605..ae289ad9c3 100644 --- a/include/wx/radiobox.h +++ b/include/wx/radiobox.h @@ -6,7 +6,7 @@ // Created: 10.09.00 // RCS-ID: $Id$ // Copyright: (c) wxWindows team -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_RADIOBOX_H_BASE_ @@ -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