diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_boolean.cpp')
-rw-r--r-- | xfa/fxfa/parser/cxfa_boolean.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_boolean.cpp b/xfa/fxfa/parser/cxfa_boolean.cpp index 0d49c98179..74fe2bea74 100644 --- a/xfa/fxfa/parser/cxfa_boolean.cpp +++ b/xfa/fxfa/parser/cxfa_boolean.cpp @@ -19,7 +19,7 @@ constexpr wchar_t kName[] = L"boolean"; } // namespace -CXFA_Boolean::CXFA_Boolean(CXFA_Document* doc, XFA_XDPPACKET packet) +CXFA_Boolean::CXFA_Boolean(CXFA_Document* doc, XFA_PacketType packet) : CXFA_Node(doc, packet, (XFA_XDPPACKET_SourceSet | XFA_XDPPACKET_Template | |