]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/checklst.cpp
Added extra MicroWindows functions
[wxWidgets.git] / src / mac / carbon / 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