diff options
Diffstat (limited to 'fxjs/xfa/cjx_ref.h')
-rw-r--r-- | fxjs/xfa/cjx_ref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_ref.h b/fxjs/xfa/cjx_ref.h index 9a36fc3483..aaf4a5ff39 100644 --- a/fxjs/xfa/cjx_ref.h +++ b/fxjs/xfa/cjx_ref.h @@ -12,7 +12,7 @@ class CXFA_Ref; -class CJX_Ref : public CJX_TextNode { +class CJX_Ref final : public CJX_TextNode { public: explicit CJX_Ref(CXFA_Ref* node); ~CJX_Ref() override; |