diff options
Diffstat (limited to 'core/fpdftext/cpdf_textpage.h')
-rw-r--r-- | core/fpdftext/cpdf_textpage.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/fpdftext/cpdf_textpage.h b/core/fpdftext/cpdf_textpage.h index aa1fc5bb03..85ee7058b6 100644 --- a/core/fpdftext/cpdf_textpage.h +++ b/core/fpdftext/cpdf_textpage.h @@ -170,9 +170,8 @@ class CPDF_TextPage { CFX_Matrix m_perMatrix; bool m_bIsParsed; CFX_Matrix m_DisplayMatrix; - CFX_ArrayTemplate<FPDF_SEGMENT> m_Segments; std::vector<CFX_FloatRect> m_SelRects; - CFX_ArrayTemplate<PDFTEXT_Obj> m_LineObj; + std::vector<PDFTEXT_Obj> m_LineObj; TextOrientation m_TextlineDir; CFX_FloatRect m_CurlineRect; }; |