From 6d04ae0a1cc04141564b2a26da887c6a84d0882c Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 28 Mar 2017 10:03:00 -0700 Subject: Remove CFX_ArrayTemplate from xfa_layoutpagemgr.cpp Change-Id: I0956ecff82a11376a3d7b9176b4a13ee4e707cc3 Reviewed-on: https://pdfium-review.googlesource.com/3241 Reviewed-by: dsinclair Commit-Queue: dsinclair --- xfa/fxfa/parser/cxfa_layoutpagemgr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xfa/fxfa/parser/cxfa_layoutpagemgr.h') diff --git a/xfa/fxfa/parser/cxfa_layoutpagemgr.h b/xfa/fxfa/parser/cxfa_layoutpagemgr.h index ae967b55c0..7428374ae0 100644 --- a/xfa/fxfa/parser/cxfa_layoutpagemgr.h +++ b/xfa/fxfa/parser/cxfa_layoutpagemgr.h @@ -10,6 +10,7 @@ #include #include #include +#include #include "xfa/fxfa/parser/xfa_layout_itemlayout.h" @@ -140,7 +141,7 @@ class CXFA_LayoutPageMgr { XFA_ATTRIBUTEENUM m_ePageSetMode; bool m_bCreateOverFlowPage; std::map m_pPageSetMap; - CFX_ArrayTemplate m_PageArray; + std::vector m_PageArray; }; #endif // XFA_FXFA_PARSER_CXFA_LAYOUTPAGEMGR_H_ -- cgit v1.2.3