diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_template.cpp')
-rw-r--r-- | xfa/fxfa/parser/cxfa_template.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_template.cpp b/xfa/fxfa/parser/cxfa_template.cpp index b70bb533b1..28ae61b167 100644 --- a/xfa/fxfa/parser/cxfa_template.cpp +++ b/xfa/fxfa/parser/cxfa_template.cpp @@ -24,7 +24,7 @@ constexpr wchar_t kName[] = L"template"; } // namespace -CXFA_Template::CXFA_Template(CXFA_Document* doc, XFA_XDPPACKET packet) +CXFA_Template::CXFA_Template(CXFA_Document* doc, XFA_PacketType packet) : CXFA_Node( doc, packet, |