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