| Index: fpdfsdk/include/pdfwindow/PWL_SpecialButton.h
|
| diff --git a/fpdfsdk/include/pdfwindow/PWL_SpecialButton.h b/fpdfsdk/include/pdfwindow/PWL_SpecialButton.h
|
| index 873156272622c84941bda33f7711134c5423ce02..35b2c3f43e09bf84766465e550a583746265b987 100644
|
| --- a/fpdfsdk/include/pdfwindow/PWL_SpecialButton.h
|
| +++ b/fpdfsdk/include/pdfwindow/PWL_SpecialButton.h
|
| @@ -27,7 +27,7 @@ class CPWL_CheckBox : public CPWL_Button {
|
| // CPWL_Button
|
| CFX_ByteString GetClassName() const override;
|
| FX_BOOL OnLButtonUp(const CFX_FloatPoint& point, FX_DWORD nFlag) override;
|
| - FX_BOOL OnChar(FX_WORD nChar, FX_DWORD nFlag) override;
|
| + FX_BOOL OnChar(uint16_t nChar, FX_DWORD nFlag) override;
|
|
|
| void SetCheck(bool bCheck);
|
| bool IsChecked() const;
|
| @@ -44,7 +44,7 @@ class CPWL_RadioButton : public CPWL_Button {
|
| // CPWL_Button
|
| CFX_ByteString GetClassName() const override;
|
| FX_BOOL OnLButtonUp(const CFX_FloatPoint& point, FX_DWORD nFlag) override;
|
| - FX_BOOL OnChar(FX_WORD nChar, FX_DWORD nFlag) override;
|
| + FX_BOOL OnChar(uint16_t nChar, FX_DWORD nFlag) override;
|
|
|
| void SetCheck(bool bCheck);
|
| bool IsChecked() const;
|
|
|