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