added missing conditional compilation tests

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2001-06-27 21:35:29 +00:00
parent c02ef0be2f
commit 55d607461b
2 changed files with 6 additions and 0 deletions

View 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

View 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