diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_staple.cpp')
-rw-r--r-- | xfa/fxfa/parser/cxfa_staple.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_staple.cpp b/xfa/fxfa/parser/cxfa_staple.cpp index 2e29ad6d23..31736d1d9d 100644 --- a/xfa/fxfa/parser/cxfa_staple.cpp +++ b/xfa/fxfa/parser/cxfa_staple.cpp @@ -10,7 +10,7 @@ namespace { const CXFA_Node::AttributeData kAttributeData[] = { {XFA_Attribute::Mode, XFA_AttributeType::Enum, - (void*)XFA_ATTRIBUTEENUM_UsePrinterSetting}, + (void*)XFA_AttributeEnum::UsePrinterSetting}, {XFA_Attribute::Desc, XFA_AttributeType::CData, nullptr}, {XFA_Attribute::Lock, XFA_AttributeType::Integer, (void*)0}, {XFA_Attribute::Unknown, XFA_AttributeType::Integer, nullptr}}; |