From fcc309e618fea8b61a2757e2f75aac4233020013 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 24 Mar 2017 14:19:11 -0700 Subject: Use std::vector in fxfa/app. Change-Id: I83fed055cb92ccff85829d7aea7a9624b8f07456 Reviewed-on: https://pdfium-review.googlesource.com/3218 Commit-Queue: dsinclair Reviewed-by: dsinclair --- xfa/fxfa/app/cxfa_textlayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fxfa/app/cxfa_textlayout.h') diff --git a/xfa/fxfa/app/cxfa_textlayout.h b/xfa/fxfa/app/cxfa_textlayout.h index dcf415ac16..9bfc977247 100644 --- a/xfa/fxfa/app/cxfa_textlayout.h +++ b/xfa/fxfa/app/cxfa_textlayout.h @@ -60,7 +60,7 @@ class CXFA_TextLayout { } bool m_bHasBlock; - CFX_ArrayTemplate m_Blocks; + std::vector m_Blocks; private: void GetTextDataNode(); -- cgit v1.2.3