diff options
Diffstat (limited to 'fxjs/cjs_console.h')
-rw-r--r-- | fxjs/cjs_console.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_console.h b/fxjs/cjs_console.h index 9ab2555664..59276be27b 100644 --- a/fxjs/cjs_console.h +++ b/fxjs/cjs_console.h @@ -11,7 +11,7 @@ #include "fxjs/js_define.h" -class CJS_Console : public CJS_Object { +class CJS_Console final : public CJS_Object { public: static int GetObjDefnID(); static void DefineJSObjects(CFXJS_Engine* pEngine); |