From 44d054c6449edb63d9760ac6602b036ffec75a84 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 6 Apr 2016 10:23:46 -0700 Subject: Split fxfa_objectacc.h into pieces. This Cl splits apart the fxfa_objectacc.h file and moves the individual classes into the xfa/fxfa/parser directory. Review URL: https://codereview.chromium.org/1861353002 --- xfa/fxfa/parser/xfa_object.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xfa/fxfa/parser/xfa_object.h') diff --git a/xfa/fxfa/parser/xfa_object.h b/xfa/fxfa/parser/xfa_object.h index 3279941a4a..4361eb7f4a 100644 --- a/xfa/fxfa/parser/xfa_object.h +++ b/xfa/fxfa/parser/xfa_object.h @@ -87,6 +87,7 @@ class CXFA_Object { CXFA_Document* const m_pDocument; uint32_t m_uFlags; }; +using CXFA_ObjArray = CFX_ArrayTemplate; #define XFA_NODEFILTER_Children 0x01 #define XFA_NODEFILTER_Properties 0x02 -- cgit v1.2.3