diff options
Diffstat (limited to 'fxjs/cjs_event.h')
-rw-r--r-- | fxjs/cjs_event.h | 2 |
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); |