diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_nodehelper.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_nodehelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_nodehelper.h b/xfa/fxfa/parser/cxfa_nodehelper.h index 6c63a7b4ae..e2f46f4508 100644 --- a/xfa/fxfa/parser/cxfa_nodehelper.h +++ b/xfa/fxfa/parser/cxfa_nodehelper.h @@ -64,7 +64,7 @@ class CXFA_NodeHelper { XFA_Element m_eLastCreateType; CXFA_Node* m_pCreateParent; int32_t m_iCreateCount; - XFA_RESOVENODE_RSTYPE m_iCreateFlag; + XFA_RESOLVENODE_RSTYPE m_iCreateFlag; int32_t m_iCurAllStart; CXFA_Node* m_pAllStartParent; }; |