From 55d607461b4ccb18a45f9c116e2134096ee70c3b Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Wed, 27 Jun 2001 21:35:29 +0000 Subject: [PATCH] added missing conditional compilation tests git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/checklst.cpp | 3 +++ src/mac/checklst.cpp | 3 +++ 2 files changed, 6 insertions(+) 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 -- 2.45.2