| Index: xfa/fxfa/parser/xfa_object.h
|
| diff --git a/xfa/fxfa/parser/xfa_object.h b/xfa/fxfa/parser/xfa_object.h
|
| index 54cacc318a689c0a6ebf2cc33d28023db56bb1ee..26a781b16d4bc997c4bee270637227a88517b12c 100644
|
| --- a/xfa/fxfa/parser/xfa_object.h
|
| +++ b/xfa/fxfa/parser/xfa_object.h
|
| @@ -616,7 +616,10 @@ class CXFA_Node : public CXFA_Object {
|
| protected:
|
| friend class CXFA_Document;
|
|
|
| - CXFA_Node(CXFA_Document* pDoc, uint16_t ePacket, XFA_Element eType);
|
| + CXFA_Node(CXFA_Document* pDoc,
|
| + uint16_t ePacket,
|
| + XFA_ObjectType oType,
|
| + XFA_Element eType);
|
| ~CXFA_Node() override;
|
|
|
| bool HasFlag(XFA_NodeFlag dwFlag) const;
|
|
|