diff options
Diffstat (limited to 'fxjs/xfa/cjx_overflow.h')
-rw-r--r-- | fxjs/xfa/cjx_overflow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_overflow.h b/fxjs/xfa/cjx_overflow.h index e0859ae5d6..5bd9b6dd30 100644 --- a/fxjs/xfa/cjx_overflow.h +++ b/fxjs/xfa/cjx_overflow.h @@ -12,7 +12,7 @@ class CXFA_Overflow; -class CJX_Overflow : public CJX_Node { +class CJX_Overflow final : public CJX_Node { public: explicit CJX_Overflow(CXFA_Overflow* node); ~CJX_Overflow() override; |