Index: core/src/fpdftext/text_int.h |
diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h |
index 9131cdb321b19374c9e7c54f7cfe67856cdf85d6..d0d37c4a15b0f0abd027db4675483e85235124f2 100644 |
--- a/core/src/fpdftext/text_int.h |
+++ b/core/src/fpdftext/text_int.h |
@@ -132,7 +132,7 @@ class CPDF_TextPage : public IPDF_TextPage { |
int nItems) const; |
std::vector<FX_WORD> m_CharIndex; |
- const CPDF_PageObjectList* const m_pPage; |
+ const CPDF_PageObjectHolder* const m_pPageObjectHolder; |
Lei Zhang
2016/02/17 00:28:59
Can this be const CPDF_Page* const to avoid some o
Tom Sepez
2016/02/17 00:59:45
Good idea. The ctor is only called with a page, n
|
std::deque<PAGECHAR_INFO> m_CharList; |
std::deque<PAGECHAR_INFO> m_TempCharList; |
CFX_WideTextBuf m_TextBuf; |