X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/641cdc233d23344b88a6e24151708f669c429917..4fce94faca2f653e522ed2a6352dff16a5a4eeb0:/src/cocoa/choice.mm diff --git a/src/cocoa/choice.mm b/src/cocoa/choice.mm index 11e94454e6..e5c2431dc8 100644 --- a/src/cocoa/choice.mm +++ b/src/cocoa/choice.mm @@ -10,6 +10,9 @@ ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" + +#if wxUSE_CHOICE + #ifndef WX_PRECOMP #include "wx/log.h" #include "wx/app.h" @@ -240,3 +243,4 @@ void wxChoice::SetSelection(int n) [(NSPopUpButton*)m_cocoaNSView selectItemAtIndex:n]; } +#endif