diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_template.cpp')
-rw-r--r-- | xfa/fxfa/parser/cxfa_template.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_template.cpp b/xfa/fxfa/parser/cxfa_template.cpp index 28ae61b167..d847bf8e0c 100644 --- a/xfa/fxfa/parser/cxfa_template.cpp +++ b/xfa/fxfa/parser/cxfa_template.cpp @@ -16,7 +16,7 @@ const CXFA_Node::PropertyData kPropertyData[] = { const CXFA_Node::AttributeData kAttributeData[] = { {XFA_Attribute::Desc, XFA_AttributeType::CData, nullptr}, {XFA_Attribute::BaseProfile, XFA_AttributeType::Enum, - (void*)XFA_ATTRIBUTEENUM_Full}, + (void*)XFA_AttributeEnum::Full}, {XFA_Attribute::Lock, XFA_AttributeType::Integer, (void*)0}, {XFA_Attribute::Unknown, XFA_AttributeType::Integer, nullptr}}; |