diff options
Diffstat (limited to 'fxjs/xfa/cjx_rootelement.h')
-rw-r--r-- | fxjs/xfa/cjx_rootelement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_rootelement.h b/fxjs/xfa/cjx_rootelement.h index 925f751ecd..95e192f122 100644 --- a/fxjs/xfa/cjx_rootelement.h +++ b/fxjs/xfa/cjx_rootelement.h @@ -12,7 +12,7 @@ class CXFA_RootElement; -class CJX_RootElement : public CJX_TextNode { +class CJX_RootElement final : public CJX_TextNode { public: explicit CJX_RootElement(CXFA_RootElement* node); ~CJX_RootElement() override; |