diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_exobject.cpp')
-rw-r--r-- | xfa/fxfa/parser/cxfa_exobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_exobject.cpp b/xfa/fxfa/parser/cxfa_exobject.cpp index 3e8b590a99..bc9647a0b5 100644 --- a/xfa/fxfa/parser/cxfa_exobject.cpp +++ b/xfa/fxfa/parser/cxfa_exobject.cpp @@ -25,7 +25,7 @@ constexpr wchar_t kName[] = L"exObject"; } // namespace -CXFA_ExObject::CXFA_ExObject(CXFA_Document* doc, XFA_XDPPACKET packet) +CXFA_ExObject::CXFA_ExObject(CXFA_Document* doc, XFA_PacketType packet) : CXFA_Node(doc, packet, (XFA_XDPPACKET_Template | XFA_XDPPACKET_Form), |