| Index: fpdfsdk/include/pdfwindow/PWL_Label.h
|
| diff --git a/fpdfsdk/include/pdfwindow/PWL_Label.h b/fpdfsdk/include/pdfwindow/PWL_Label.h
|
| index be083db4868f188944f38aae9029b92034b67064..6d9754dd8079fdf5bdd3528773e75795fc2cb83d 100644
|
| --- a/fpdfsdk/include/pdfwindow/PWL_Label.h
|
| +++ b/fpdfsdk/include/pdfwindow/PWL_Label.h
|
| @@ -21,7 +21,7 @@ public:
|
| virtual void SetFontSize(FX_FLOAT fFontSize);
|
| virtual FX_FLOAT GetFontSize() const;
|
|
|
| - void SetText(FX_LPCWSTR csText);
|
| + void SetText(const FX_WCHAR* csText);
|
| CFX_WideString GetText() const;
|
| void SetLimitChar(int32_t nLimitChar);
|
| void SetHorzScale(int32_t nHorzScale);
|
|
|