| Index: xfa/fxfa/parser/cxfa_widgetdata.h
|
| diff --git a/xfa/fxfa/parser/cxfa_widgetdata.h b/xfa/fxfa/parser/cxfa_widgetdata.h
|
| index 3cdc7cc8e407a61f8239f545ff7cbefdf738dc8d..c0d06e353c131dea4017699504f715f1458458d4 100644
|
| --- a/xfa/fxfa/parser/cxfa_widgetdata.h
|
| +++ b/xfa/fxfa/parser/cxfa_widgetdata.h
|
| @@ -168,7 +168,7 @@ class CXFA_WidgetData : public CXFA_Data {
|
| protected:
|
| void SyncValue(const CFX_WideString& wsValue, FX_BOOL bNotify);
|
| void InsertListTextItem(CXFA_Node* pItems,
|
| - const CFX_WideStringC& wsText,
|
| + const CFX_WideString& wsText,
|
| int32_t nIndex = -1);
|
| void FormatNumStr(const CFX_WideString& wsValue,
|
| IFX_Locale* pLocale,
|
|
|