summaryrefslogtreecommitdiff
path: root/fxjs/cjs_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_event.h')
-rw-r--r--fxjs/cjs_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_event.h b/fxjs/cjs_event.h
index 67bd3f52fa..a6308ec16f 100644
--- a/fxjs/cjs_event.h
+++ b/fxjs/cjs_event.h
@@ -9,7 +9,7 @@
#include "fxjs/js_define.h"
-class CJS_Event : public CJS_Object {
+class CJS_Event final : public CJS_Object {
public:
static int GetObjDefnID();
static void DefineJSObjects(CFXJS_Engine* pEngine);