summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_treelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/xfa/cjx_treelist.h')
-rw-r--r--fxjs/xfa/cjx_treelist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_treelist.h b/fxjs/xfa/cjx_treelist.h
index c6f2919592..729a6d5bd0 100644
--- a/fxjs/xfa/cjx_treelist.h
+++ b/fxjs/xfa/cjx_treelist.h
@@ -12,7 +12,7 @@
class CXFA_TreeList;
-class CJX_TreeList : public CJX_List {
+class CJX_TreeList final : public CJX_List {
public:
explicit CJX_TreeList(CXFA_TreeList* list);
~CJX_TreeList() override;