diff options
Diffstat (limited to 'xfa/fxfa/cxfa_fflistbox.h')
-rw-r--r-- | xfa/fxfa/cxfa_fflistbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_fflistbox.h b/xfa/fxfa/cxfa_fflistbox.h index bf97d931d8..f31b122bd1 100644 --- a/xfa/fxfa/cxfa_fflistbox.h +++ b/xfa/fxfa/cxfa_fflistbox.h @@ -24,7 +24,7 @@ class CXFA_FFListBox : public CXFA_FFField { void OnSelectChanged(CFWL_Widget* pWidget); void SetItemState(int32_t nIndex, bool bSelected); - void InsertItem(const CFX_WideStringC& wsLabel, int32_t nIndex); + void InsertItem(const WideStringView& wsLabel, int32_t nIndex); void DeleteItem(int32_t nIndex); private: |