| Index: fpdfsdk/src/pdfwindow/PWL_Note.cpp
|
| diff --git a/fpdfsdk/src/pdfwindow/PWL_Note.cpp b/fpdfsdk/src/pdfwindow/PWL_Note.cpp
|
| index 6e8ffcd546ddbaed1f69f5735f597ea2d677dcc7..13e15a05185efea4c4a27592091b23cd8f0e00cd 100644
|
| --- a/fpdfsdk/src/pdfwindow/PWL_Note.cpp
|
| +++ b/fpdfsdk/src/pdfwindow/PWL_Note.cpp
|
| @@ -143,7 +143,7 @@ void CPWL_Note_Edit::RePosChildWnd()
|
| m_fOldItemHeight = this->GetContentRect().Height();
|
| }
|
|
|
| -void CPWL_Note_Edit::SetText(FX_LPCWSTR csText)
|
| +void CPWL_Note_Edit::SetText(const FX_WCHAR* csText)
|
| {
|
| m_bEnableNotify = FALSE;
|
| CPWL_Edit::SetText(csText);
|
|
|