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