X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/065e208ec09e3d08d51d9604497f92f53c210f93..de5dc0febdb3e932e682cfa91a1f639aa3e284fb:/src/cocoa/checklst.mm diff --git a/src/cocoa/checklst.mm b/src/cocoa/checklst.mm index 2cfcc8b3e5..dbc40bc078 100644 --- a/src/cocoa/checklst.mm +++ b/src/cocoa/checklst.mm @@ -10,6 +10,9 @@ ///////////////////////////////////////////////////////////////////////////// #include "wx/wxprec.h" + +#if wxUSE_CHECKLISTBOX + #ifndef WX_PRECOMP #include "wx/log.h" #include "wx/app.h" @@ -65,3 +68,4 @@ void wxCheckListBox::Check(size_t item, bool check) { } +#endif \ No newline at end of file