diff options
Diffstat (limited to 'xfa/fxfa/parser/cscript_eventpseudomodel.h')
-rw-r--r-- | xfa/fxfa/parser/cscript_eventpseudomodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/cscript_eventpseudomodel.h b/xfa/fxfa/parser/cscript_eventpseudomodel.h index 6415287c8e..e50c5ac187 100644 --- a/xfa/fxfa/parser/cscript_eventpseudomodel.h +++ b/xfa/fxfa/parser/cscript_eventpseudomodel.h @@ -63,7 +63,7 @@ class CScript_EventPseudoModel : public CXFA_Object { void Emit(CFXJSE_Arguments* pArguments); void Reset(CFXJSE_Arguments* pArguments); - protected: + private: void Property(CFXJSE_Value* pValue, XFA_Event dwFlag, bool bSetting); }; |