| Index: core/src/fpdftext/text_int.h
|
| diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h
|
| index 0fe43f2c4025ce465e4a9647d021c5be8e5ed221..4aff0a12a475a220c0841566139d5b2fc6e5b46e 100644
|
| --- a/core/src/fpdftext/text_int.h
|
| +++ b/core/src/fpdftext/text_int.h
|
| @@ -61,7 +61,7 @@ class CPDF_TextPage : public IPDF_TextPage {
|
| int CharIndexFromTextIndex(int TextIndex) const override;
|
| int TextIndexFromCharIndex(int CharIndex) const override;
|
| int CountChars() const override;
|
| - void GetCharInfo(int index, FPDF_CHAR_INFO& info) const override;
|
| + void GetCharInfo(int index, FPDF_CHAR_INFO* info) const override;
|
| void GetRectArray(int start,
|
| int nCount,
|
| CFX_RectArray& rectArray) const override;
|
|
|