summaryrefslogtreecommitdiff
path: root/fxjs/cjs_app.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_app.h')
-rw-r--r--fxjs/cjs_app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_app.h b/fxjs/cjs_app.h
index 5690f479db..5f211d710c 100644
--- a/fxjs/cjs_app.h
+++ b/fxjs/cjs_app.h
@@ -16,7 +16,7 @@
class CJS_Runtime;
class GlobalTimer;
-class CJS_App : public CJS_Object {
+class CJS_App final : public CJS_Object {
public:
static int GetObjDefnID();
static void DefineJSObjects(CFXJS_Engine* pEngine);