diff options
Diffstat (limited to 'fxjs/xfa/cjx_eventpseudomodel.h')
-rw-r--r-- | fxjs/xfa/cjx_eventpseudomodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_eventpseudomodel.h b/fxjs/xfa/cjx_eventpseudomodel.h index c52871e461..3a51098661 100644 --- a/fxjs/xfa/cjx_eventpseudomodel.h +++ b/fxjs/xfa/cjx_eventpseudomodel.h @@ -33,7 +33,7 @@ enum class XFA_Event { CancelAction }; -class CJX_EventPseudoModel : public CJX_Object { +class CJX_EventPseudoModel final : public CJX_Object { public: explicit CJX_EventPseudoModel(CScript_EventPseudoModel* model); ~CJX_EventPseudoModel() override; |