| Index: xfa/fwl/lightwidget/cfwl_combobox.cpp
|
| diff --git a/xfa/fwl/lightwidget/cfwl_combobox.cpp b/xfa/fwl/lightwidget/cfwl_combobox.cpp
|
| index bdcc36fa30324de6d985d782f4fdc146de4edc89..f2cd1f5d6b102b3716a848f537be3ddea2efd70f 100644
|
| --- a/xfa/fwl/lightwidget/cfwl_combobox.cpp
|
| +++ b/xfa/fwl/lightwidget/cfwl_combobox.cpp
|
| @@ -88,7 +88,7 @@ FWL_ERR CFWL_ComboBox::SetCurSel(int32_t iSel) {
|
| return static_cast<IFWL_ComboBox*>(m_pIface)->SetCurSel(iSel);
|
| }
|
|
|
| -FWL_ERR CFWL_ComboBox::SetEditText(const CFX_WideStringC& wsText) {
|
| +FWL_ERR CFWL_ComboBox::SetEditText(const CFX_WideString& wsText) {
|
| if (!m_pIface)
|
| return FWL_ERR_Indefinite;
|
| return static_cast<IFWL_ComboBox*>(m_pIface)->SetEditText(wsText);
|
|
|