summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_linedata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/parser/cxfa_linedata.cpp')
-rw-r--r--xfa/fxfa/parser/cxfa_linedata.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_linedata.cpp b/xfa/fxfa/parser/cxfa_linedata.cpp
index 9fa39bc956..c4995d7338 100644
--- a/xfa/fxfa/parser/cxfa_linedata.cpp
+++ b/xfa/fxfa/parser/cxfa_linedata.cpp
@@ -8,13 +8,13 @@
#include "xfa/fxfa/parser/cxfa_node.h"
-XFA_ATTRIBUTEENUM CXFA_LineData::GetHand() const {
+XFA_AttributeEnum CXFA_LineData::GetHand() const {
return m_pNode->JSNode()->GetEnum(XFA_Attribute::Hand);
}
bool CXFA_LineData::GetSlope() const {
return m_pNode->JSNode()->GetEnum(XFA_Attribute::Slope) ==
- XFA_ATTRIBUTEENUM_Slash;
+ XFA_AttributeEnum::Slash;
}
CXFA_EdgeData CXFA_LineData::GetEdgeData() const {