diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_rootelement.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_rootelement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cxfa_rootelement.h b/xfa/fxfa/parser/cxfa_rootelement.h index be55fc1890..a995e8cc3a 100644 --- a/xfa/fxfa/parser/cxfa_rootelement.h +++ b/xfa/fxfa/parser/cxfa_rootelement.h @@ -11,7 +11,7 @@ class CXFA_RootElement : public CXFA_Node { public: - CXFA_RootElement(CXFA_Document* doc, XFA_XDPPACKET packet); + CXFA_RootElement(CXFA_Document* doc, XFA_PacketType packet); ~CXFA_RootElement() override; }; |