#pragma implementation "checklst.h"
#endif
+#include "wx/defs.h"
+
+#if wxUSE_CHECKLISTBOX
+
#include "wx/checklst.h"
// ============================================================================
// implementation
// ============================================================================
+#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox)
+#endif
// ----------------------------------------------------------------------------
// implementation of wxCheckListBox class
// TODO
}
+#endif // wxUSE_CHECKLISTBOX