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