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