diff options
Diffstat (limited to 'fxjs/xfa/cjx_format.h')
-rw-r--r-- | fxjs/xfa/cjx_format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_format.h b/fxjs/xfa/cjx_format.h index 3f4a42b0da..cb4a8cc20a 100644 --- a/fxjs/xfa/cjx_format.h +++ b/fxjs/xfa/cjx_format.h @@ -12,7 +12,7 @@ class CXFA_Format; -class CJX_Format : public CJX_Node { +class CJX_Format final : public CJX_Node { public: explicit CJX_Format(CXFA_Format* node); ~CJX_Format() override; |