diff options
Diffstat (limited to 'xfa/fxfa/parser/xfa_script_nodehelper.h')
-rw-r--r-- | xfa/fxfa/parser/xfa_script_nodehelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/xfa_script_nodehelper.h b/xfa/fxfa/parser/xfa_script_nodehelper.h index 76d1302818..ac00f40194 100644 --- a/xfa/fxfa/parser/xfa_script_nodehelper.h +++ b/xfa/fxfa/parser/xfa_script_nodehelper.h @@ -62,7 +62,7 @@ class CXFA_NodeHelper { FX_BOOL XFA_NodeIsProperty(CXFA_Node* refNode); public: - XFA_ELEMENT m_eLastCreateType; + XFA_Element m_eLastCreateType; CXFA_Node* m_pCreateParent; int32_t m_iCreateCount; XFA_RESOVENODE_RSTYPE m_iCreateFlag; |