| Index: core/fpdfdoc/include/cpdf_variabletext.h
|
| diff --git a/core/fpdfdoc/include/cpdf_variabletext.h b/core/fpdfdoc/include/cpdf_variabletext.h
|
| index fa5fe07dba8f504ace655f88e82884b7bdaf4ca2..83e74b867e625b9a78a3858398e54b9cc0a227c6 100644
|
| --- a/core/fpdfdoc/include/cpdf_variabletext.h
|
| +++ b/core/fpdfdoc/include/cpdf_variabletext.h
|
| @@ -108,7 +108,7 @@ class CPDF_VariableText {
|
| void RearrangeAll();
|
| void RearrangePart(const CPVT_WordRange& PlaceRange);
|
| void ResetAll();
|
| - void SetText(const FX_WCHAR* text);
|
| + void SetText(const CFX_WideString& text);
|
| CPVT_WordPlace InsertWord(const CPVT_WordPlace& place,
|
| uint16_t word,
|
| int32_t charset,
|
|
|