diff options
Diffstat (limited to 'fxjs/cjs_globalarrays.h')
-rw-r--r-- | fxjs/cjs_globalarrays.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_globalarrays.h b/fxjs/cjs_globalarrays.h index 8e972732db..cfd90af52c 100644 --- a/fxjs/cjs_globalarrays.h +++ b/fxjs/cjs_globalarrays.h @@ -9,7 +9,7 @@ #include "fxjs/js_define.h" -class CJS_GlobalArrays : public CJS_Object { +class CJS_GlobalArrays final : public CJS_Object { public: static void DefineJSObjects(CJS_Runtime* pRuntmie); }; |