diff options
Diffstat (limited to 'fxjs/xfa/cjx_contentarea.h')
-rw-r--r-- | fxjs/xfa/cjx_contentarea.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_contentarea.h b/fxjs/xfa/cjx_contentarea.h index aeed6b62a2..82cbde1f83 100644 --- a/fxjs/xfa/cjx_contentarea.h +++ b/fxjs/xfa/cjx_contentarea.h @@ -12,7 +12,7 @@ class CXFA_ContentArea; -class CJX_ContentArea : public CJX_Container { +class CJX_ContentArea final : public CJX_Container { public: explicit CJX_ContentArea(CXFA_ContentArea* node); ~CJX_ContentArea() override; |