Index: core/src/fpdftext/text_int.h |
diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h |
index bc3cc5bacf9439c989bbc8002af01679ec06839f..acc9bfacc67c92fc1049e5e3b067cb78b1d6368d 100644 |
--- a/core/src/fpdftext/text_int.h |
+++ b/core/src/fpdftext/text_int.h |
@@ -133,7 +133,7 @@ class CPDF_TextPage : public IPDF_TextPage { |
CPDFText_ParseOptions m_ParseOptions; |
CFX_WordArray m_CharIndex; |
- const CPDF_PageObjects* const m_pPage; |
+ const CPDF_PageObjectList* const m_pPage; |
PAGECHAR_InfoArray m_charList; |
CFX_WideTextBuf m_TextBuf; |
PAGECHAR_InfoArray m_TempCharList; |
@@ -241,7 +241,7 @@ FX_STRSIZE FX_Unicode_GetNormalization(FX_WCHAR wch, FX_WCHAR* pDst); |
void NormalizeString(CFX_WideString& str); |
void NormalizeCompositeChar(FX_WCHAR wChar, CFX_WideString& sDest); |
void GetTextStream_Unicode(CFX_WideTextBuf& buffer, |
- CPDF_PageObjects* pPage, |
+ CPDF_PageObjectList* pPage, |
FX_BOOL bUseLF, |
CFX_PtrArray* pObjArray); |