summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_exobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/xfa/cjx_exobject.h')
-rw-r--r--fxjs/xfa/cjx_exobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_exobject.h b/fxjs/xfa/cjx_exobject.h
index 2e10362b2d..2dc7e79d22 100644
--- a/fxjs/xfa/cjx_exobject.h
+++ b/fxjs/xfa/cjx_exobject.h
@@ -12,7 +12,7 @@
class CXFA_ExObject;
-class CJX_ExObject : public CJX_Node {
+class CJX_ExObject final : public CJX_Node {
public:
explicit CJX_ExObject(CXFA_ExObject* node);
~CJX_ExObject() override;