X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9576ca53db96b462ed4c0b4bdf47d64c40203e4..bf7b3e2b9d68e571372e243f0f22615dbfac62fd:/src/mac/carbon/checklst.cpp?ds=sidebyside diff --git a/src/mac/carbon/checklst.cpp b/src/mac/carbon/checklst.cpp index 2f43152c2a..2a9d09a8bf 100644 --- a/src/mac/carbon/checklst.cpp +++ b/src/mac/carbon/checklst.cpp @@ -19,6 +19,8 @@ #include "wx/checklst.h" +#if wxUSE_CHECKLISTBOX + // ============================================================================ // implementation // ============================================================================ @@ -71,4 +73,5 @@ void wxCheckListBox::Check(size_t uiIndex, bool bCheck) // TODO } +#endif // wxUSE_CHECKLISTBOX