diff options
Diffstat (limited to 'fxjs/xfa/cjx_form.h')
-rw-r--r-- | fxjs/xfa/cjx_form.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_form.h b/fxjs/xfa/cjx_form.h index f2325b37cf..67c7b10025 100644 --- a/fxjs/xfa/cjx_form.h +++ b/fxjs/xfa/cjx_form.h @@ -12,7 +12,7 @@ class CXFA_Form; -class CJX_Form : public CJX_Model { +class CJX_Form final : public CJX_Model { public: explicit CJX_Form(CXFA_Form* form); ~CJX_Form() override; |