| Index: fpdfsdk/pdfwindow/PWL_EditCtrl.h
|
| diff --git a/fpdfsdk/pdfwindow/PWL_EditCtrl.h b/fpdfsdk/pdfwindow/PWL_EditCtrl.h
|
| index f767d1ba724ff11a217df59146a567a41bd4ff18..8be2b008215de831a4a5fc9c12555e96dd3b1a37 100644
|
| --- a/fpdfsdk/pdfwindow/PWL_EditCtrl.h
|
| +++ b/fpdfsdk/pdfwindow/PWL_EditCtrl.h
|
| @@ -105,8 +105,8 @@ class CPWL_EditCtrl : public CPWL_Wnd {
|
| void IOnInvalidateRect(CFX_FloatRect* pRect);
|
|
|
| protected:
|
| - void InsertText(const FX_WCHAR* csText);
|
| - void SetText(const FX_WCHAR* csText);
|
| + void InsertText(const CFX_WideString& wsText);
|
| + void SetText(const CFX_WideString& wsText);
|
| void CopyText();
|
| void PasteText();
|
| void CutText();
|
|
|