summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa/src/parser/xfa_script_logpseudomodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxfa/src/parser/xfa_script_logpseudomodel.h')
-rw-r--r--xfa/src/fxfa/src/parser/xfa_script_logpseudomodel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/xfa/src/fxfa/src/parser/xfa_script_logpseudomodel.h b/xfa/src/fxfa/src/parser/xfa_script_logpseudomodel.h
index 60be763b47..65bfbb112f 100644
--- a/xfa/src/fxfa/src/parser/xfa_script_logpseudomodel.h
+++ b/xfa/src/fxfa/src/parser/xfa_script_logpseudomodel.h
@@ -7,9 +7,11 @@
#ifndef XFA_SRC_FXFA_SRC_PARSER_XFA_SCRIPT_LOGPSEUDOMODEL_H_
#define XFA_SRC_FXFA_SRC_PARSER_XFA_SCRIPT_LOGPSEUDOMODEL_H_
+#include "xfa/src/fxfa/src/common/xfa_object.h"
+
class CScript_LogPseudoModel : public CXFA_OrdinaryObject {
public:
- CScript_LogPseudoModel(CXFA_Document* pDocument);
+ explicit CScript_LogPseudoModel(CXFA_Document* pDocument);
virtual ~CScript_LogPseudoModel();
void Script_LogPseudoModel_Message(CFXJSE_Arguments* pArguments);