Added wxUSE_COMBOBOX guard

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-07-14 16:06:52 +00:00
parent 6e22c52489
commit 2ee09b5562

View File

@@ -9,6 +9,10 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
#if wxUSE_COMBOBOX
#include "wx/app.h"
#include "wx/combobox.h"
#include "wx/log.h"
@@ -123,3 +127,4 @@ wxClientData* wxComboBox::DoGetItemClientObject(int) const
return NULL;
}
#endif //wxUSE_COMBOBOX