]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing conditional compilation tests
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 27 Jun 2001 21:35:29 +0000 (21:35 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 27 Jun 2001 21:35:29 +0000 (21:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/checklst.cpp
src/mac/checklst.cpp

index 2f43152c2a1ceae6beb1ea7bd062f1ce918100d2..2a9d09a8bf48ace5c357801b05b55b777c71c02c 100644 (file)
@@ -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
 
index 2f43152c2a1ceae6beb1ea7bd062f1ce918100d2..2a9d09a8bf48ace5c357801b05b55b777c71c02c 100644 (file)
@@ -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