| Index: core/include/fpdftext/fpdf_text.h
|
| diff --git a/core/include/fpdftext/fpdf_text.h b/core/include/fpdftext/fpdf_text.h
|
| index 7c1cde6051faf904bf7039da0d839152aea41c1f..498b6235c34415c8662be4c82eb0953e15ae241c 100644
|
| --- a/core/include/fpdftext/fpdf_text.h
|
| +++ b/core/include/fpdftext/fpdf_text.h
|
| @@ -58,7 +58,7 @@ class IPDF_TextPage {
|
| virtual void GetRectArray(int start,
|
| int nCount,
|
| CFX_RectArray& rectArray) const = 0;
|
| - virtual int GetIndexAtPos(CFX_FloatPoint point,
|
| + virtual int GetIndexAtPos(CPDF_Point point,
|
| FX_FLOAT xTolerance,
|
| FX_FLOAT yTolerance) const = 0;
|
| virtual int GetIndexAtPos(FX_FLOAT x,
|
|
|