From: Gilles Depeyrot Date: Wed, 27 Jun 2001 21:35:29 +0000 (+0000) Subject: added missing conditional compilation tests X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/55d607461b4ccb18a45f9c116e2134096ee70c3b added missing conditional compilation tests git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 diff --git a/src/mac/checklst.cpp b/src/mac/checklst.cpp index 2f43152c2a..2a9d09a8bf 100644 --- a/src/mac/checklst.cpp +++ b/src/mac/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