| Index: fpdfsdk/include/formfiller/FFL_RadioButton.h
|
| diff --git a/fpdfsdk/include/formfiller/FFL_RadioButton.h b/fpdfsdk/include/formfiller/FFL_RadioButton.h
|
| index dba2798e3024280eae5a2dfbf8aa3851d4e0f5da..a4e7928e318f3ced498443aadf5032378baecfea 100644
|
| --- a/fpdfsdk/include/formfiller/FFL_RadioButton.h
|
| +++ b/fpdfsdk/include/formfiller/FFL_RadioButton.h
|
| @@ -24,7 +24,7 @@ class CFFL_RadioButton : public CFFL_Button {
|
| FX_BOOL OnLButtonUp(CPDFSDK_PageView* pPageView,
|
| CPDFSDK_Annot* pAnnot,
|
| FX_UINT nFlags,
|
| - const CFX_FloatPoint& point) override;
|
| + const CPDF_Point& point) override;
|
| FX_BOOL IsDataChanged(CPDFSDK_PageView* pPageView) override;
|
| void SaveData(CPDFSDK_PageView* pPageView) override;
|
| };
|
|
|