X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9e4acc5197ac49259b9a39468c5931b4459d87f..5b72b3440180cf270f4518ff0e28ff56582438fb:/include/wx/choice.h?ds=sidebyside diff --git a/include/wx/choice.h b/include/wx/choice.h index 6b252d92a6..9decf2b785 100644 --- a/include/wx/choice.h +++ b/include/wx/choice.h @@ -47,7 +47,7 @@ public: // don't override this virtual void Select(int n) { SetSelection(n); } - // set/get the number of columns in the control (as they're not supporte on + // set/get the number of columns in the control (as they're not supported on // most platforms, they do nothing by default) virtual void SetColumns(int WXUNUSED(n) = 1 ) { } virtual int GetColumns() const { return 1 ; } @@ -70,6 +70,8 @@ public: #include "wx/gtk/choice.h" #elif defined(__WXMAC__) #include "wx/mac/choice.h" +#elif defined(__WXCOCOA__) + #include "wx/cocoa/choice.h" #elif defined(__WXPM__) #include "wx/os2/choice.h" #endif