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:
parent
c02ef0be2f
commit
55d607461b
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user