diff options
Diffstat (limited to 'fxjs/xfa/cjx_integer.h')
-rw-r--r-- | fxjs/xfa/cjx_integer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_integer.h b/fxjs/xfa/cjx_integer.h index 426235b0ac..e15deb9a7a 100644 --- a/fxjs/xfa/cjx_integer.h +++ b/fxjs/xfa/cjx_integer.h @@ -12,7 +12,7 @@ class CXFA_Integer; -class CJX_Integer : public CJX_Content { +class CJX_Integer final : public CJX_Content { public: explicit CJX_Integer(CXFA_Integer* node); ~CJX_Integer() override; |