// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+#include "wx/wxprec.h"
+
+#if wxUSE_COMBOBOX
+
#include "wx/app.h"
#include "wx/combobox.h"
#include "wx/log.h"
return wxEmptyString;
}
-void wxComboBox::SetStringSelection(wxString& selection)
+void wxComboBox::SetStringSelection(const wxString& selection)
{
}
return NULL;
}
+#endif //wxUSE_COMBOBOX