summaryrefslogtreecommitdiff
path: root/fxjs/cjs_globalconsts.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_globalconsts.h')
-rw-r--r--fxjs/cjs_globalconsts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_globalconsts.h b/fxjs/cjs_globalconsts.h
index 1bef384768..1846c41b50 100644
--- a/fxjs/cjs_globalconsts.h
+++ b/fxjs/cjs_globalconsts.h
@@ -9,7 +9,7 @@
#include "fxjs/js_define.h"
-class CJS_GlobalConsts : public CJS_Object {
+class CJS_GlobalConsts final : public CJS_Object {
public:
static void DefineJSObjects(CJS_Runtime* pRuntime);
};