]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/checklst.cpp
added generic color dialog to setup
[wxWidgets.git] / src / mac / checklst.cpp
index 2f43152c2a1ceae6beb1ea7bd062f1ce918100d2..ecf13c8f70dc2dd673028406a29d8be8297dbcf0 100644 (file)
 #pragma implementation "checklst.h"
 #endif
 
+#include "wx/defs.h"
+
+#if wxUSE_CHECKLISTBOX
+
 #include "wx/checklst.h"
 
 // ============================================================================
@@ -71,4 +75,5 @@ void wxCheckListBox::Check(size_t uiIndex, bool bCheck)
     // TODO
 }
 
+#endif // wxUSE_CHECKLISTBOX