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