| Index: core/src/fpdftext/text_int.h
|
| diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h
|
| index ef742a38be76702211674eee425ed65fa861a421..113e1d1ac8827708ddcb9617449df4fb83c8cb71 100644
|
| --- a/core/src/fpdftext/text_int.h
|
| +++ b/core/src/fpdftext/text_int.h
|
| @@ -67,7 +67,7 @@ class CPDF_TextPage : public IPDF_TextPage {
|
| void GetRectArray(int start,
|
| int nCount,
|
| CFX_RectArray& rectArray) const override;
|
| - int GetIndexAtPos(CFX_FloatPoint point,
|
| + int GetIndexAtPos(CPDF_Point point,
|
| FX_FLOAT xTolerance,
|
| FX_FLOAT yTolerance) const override;
|
| int GetIndexAtPos(FX_FLOAT x,
|
|
|