| Index: core/src/fpdftext/text_int.h
|
| diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h
|
| index 17d0b7e0f9a1e78021a13fdcad5928fbcc8b19e4..bc3cc5bacf9439c989bbc8002af01679ec06839f 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;
|
|
|