summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_decimal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/xfa/cjx_decimal.h')
-rw-r--r--fxjs/xfa/cjx_decimal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/xfa/cjx_decimal.h b/fxjs/xfa/cjx_decimal.h
index b7ddec91c3..7511040b27 100644
--- a/fxjs/xfa/cjx_decimal.h
+++ b/fxjs/xfa/cjx_decimal.h
@@ -12,7 +12,7 @@
class CXFA_Decimal;
-class CJX_Decimal : public CJX_Content {
+class CJX_Decimal final : public CJX_Content {
public:
explicit CJX_Decimal(CXFA_Decimal* node);
~CJX_Decimal() override;