diff options
Diffstat (limited to 'xfa/fxfa/parser/xfa_script_logpseudomodel.cpp')
-rw-r--r-- | xfa/fxfa/parser/xfa_script_logpseudomodel.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/xfa_script_logpseudomodel.cpp b/xfa/fxfa/parser/xfa_script_logpseudomodel.cpp index 002a42769c..7e3c90559a 100644 --- a/xfa/fxfa/parser/xfa_script_logpseudomodel.cpp +++ b/xfa/fxfa/parser/xfa_script_logpseudomodel.cpp @@ -16,8 +16,9 @@ #include "xfa/fxfa/parser/xfa_utils.h" CScript_LogPseudoModel::CScript_LogPseudoModel(CXFA_Document* pDocument) - : CXFA_OrdinaryObject(pDocument, XFA_Element::LogPseudoModel) { -} + : CXFA_Object(pDocument, + XFA_ObjectType::Object, + XFA_Element::LogPseudoModel) {} CScript_LogPseudoModel::~CScript_LogPseudoModel() {} void CScript_LogPseudoModel::Script_LogPseudoModel_Message( CFXJSE_Arguments* pArguments) {} |