summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_break.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/parser/cxfa_break.cpp')
-rw-r--r--xfa/fxfa/parser/cxfa_break.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_break.cpp b/xfa/fxfa/parser/cxfa_break.cpp
index 7bbd3a8d80..7d820f9c8a 100644
--- a/xfa/fxfa/parser/cxfa_break.cpp
+++ b/xfa/fxfa/parser/cxfa_break.cpp
@@ -32,7 +32,7 @@ constexpr wchar_t kName[] = L"break";
} // namespace
-CXFA_Break::CXFA_Break(CXFA_Document* doc, XFA_XDPPACKET packet)
+CXFA_Break::CXFA_Break(CXFA_Document* doc, XFA_PacketType packet)
: CXFA_Node(doc,
packet,
(XFA_XDPPACKET_Template | XFA_XDPPACKET_Form),