| Index: xfa/fwl/lightwidget/cfwl_combobox.h
|
| diff --git a/xfa/fwl/lightwidget/cfwl_combobox.h b/xfa/fwl/lightwidget/cfwl_combobox.h
|
| index 59b542c453dfede816c00827244af7451f5cc53c..c92a063cdff85512532c7de8b965e57294eefcbb 100644
|
| --- a/xfa/fwl/lightwidget/cfwl_combobox.h
|
| +++ b/xfa/fwl/lightwidget/cfwl_combobox.h
|
| @@ -30,7 +30,7 @@ class CFWL_ComboBox : public CFWL_Widget {
|
| FWL_ERR GetTextByIndex(int32_t iIndex, CFX_WideString& wsText);
|
| int32_t GetCurSel();
|
| FWL_ERR SetCurSel(int32_t iSel);
|
| - FWL_ERR SetEditText(const CFX_WideStringC& wsText);
|
| + FWL_ERR SetEditText(const CFX_WideString& wsText);
|
| int32_t GetEditTextLength() const;
|
| FWL_ERR GetEditText(CFX_WideString& wsText,
|
| int32_t nStart = 0,
|
|
|