#ifndef WX_PRECOMP
#include <stdio.h>
#include "wx/textctrl.h"
+ #include "wx/combobox.h"
#include "wx/utils.h"
#include "wx/msgdlg.h"
#include "wx/intl.h"
return (wxTextCtrl*)m_validatorWindow;
}
#endif
+
#if wxUSE_COMBOBOX
if (m_validatorWindow->IsKindOf(CLASSINFO(wxComboBox)))
{