diff options
Diffstat (limited to 'fxjs/xfa/cjx_calculate.h')
-rw-r--r-- | fxjs/xfa/cjx_calculate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_calculate.h b/fxjs/xfa/cjx_calculate.h index 1b4c1496c1..29dc732bf1 100644 --- a/fxjs/xfa/cjx_calculate.h +++ b/fxjs/xfa/cjx_calculate.h @@ -12,7 +12,7 @@ class CXFA_Calculate; -class CJX_Calculate : public CJX_Node { +class CJX_Calculate final : public CJX_Node { public: explicit CJX_Calculate(CXFA_Calculate* node); ~CJX_Calculate() override; |