Chromium Code Reviews| Index: fpdfsdk/src/pdfwindow/PWL_Label.cpp |
| diff --git a/fpdfsdk/src/pdfwindow/PWL_Label.cpp b/fpdfsdk/src/pdfwindow/PWL_Label.cpp |
| index f2f3929e3f32397b805bbd5244efef8dea064a69..9875002437dacca3d0105f55a2a5fb3645892925 100644 |
| --- a/fpdfsdk/src/pdfwindow/PWL_Label.cpp |
| +++ b/fpdfsdk/src/pdfwindow/PWL_Label.cpp |
| @@ -43,7 +43,7 @@ void CPWL_Label::OnCreated() |
| } |
| } |
| -void CPWL_Label::SetText(FX_LPCWSTR csText) |
| +void CPWL_Label::SetText(const FX_WCHAR* csText) |
| { |
| m_pEdit->SetText(csText); |
| } |