#include "wx/wxprec.h"
#ifdef __BORLANDC__
-#pragma hdrstop
+ #pragma hdrstop
#endif
-#if wxUSE_OWNER_DRAWN
+#if wxUSE_CHECKLISTBOX && wxUSE_OWNER_DRAWN
+
+#include "wx/checklst.h"
#ifndef WX_PRECOMP
#include "wx/object.h"
#endif
#include "wx/ownerdrw.h"
-#include "wx/checklst.h"
#include "wx/palmos/wrapwin.h"
private:
- DECLARE_NO_COPY_CLASS(wxCheckListBoxItem)
+ wxDECLARE_NO_COPY_CLASS(wxCheckListBoxItem);
bool m_bChecked;
wxCheckListBox *m_pParent;
size_t m_nIndex;
return wxNOT_FOUND;
}
-#endif
+#endif // wxUSE_CHECKLISTBOX && wxUSE_OWNER_DRAWN