diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_checkbutton.cpp')
-rw-r--r-- | xfa/fxfa/parser/cxfa_checkbutton.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_checkbutton.cpp b/xfa/fxfa/parser/cxfa_checkbutton.cpp index b9d0689c71..01adbdfc3a 100644 --- a/xfa/fxfa/parser/cxfa_checkbutton.cpp +++ b/xfa/fxfa/parser/cxfa_checkbutton.cpp @@ -17,9 +17,9 @@ const CXFA_Node::AttributeData kAttributeData[] = { {XFA_Attribute::Use, XFA_AttributeType::CData, nullptr}, {XFA_Attribute::AllowNeutral, XFA_AttributeType::Boolean, (void*)0}, {XFA_Attribute::Mark, XFA_AttributeType::Enum, - (void*)XFA_ATTRIBUTEENUM_Default}, + (void*)XFA_AttributeEnum::Default}, {XFA_Attribute::Shape, XFA_AttributeType::Enum, - (void*)XFA_ATTRIBUTEENUM_Square}, + (void*)XFA_AttributeEnum::Square}, {XFA_Attribute::Size, XFA_AttributeType::Measure, (void*)L"10pt"}, {XFA_Attribute::Usehref, XFA_AttributeType::CData, nullptr}, {XFA_Attribute::Unknown, XFA_AttributeType::Integer, nullptr}}; |