diff options
Diffstat (limited to 'fxjs/cjs_global.h')
-rw-r--r-- | fxjs/cjs_global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_global.h b/fxjs/cjs_global.h index 491897adb3..6ecd6c0130 100644 --- a/fxjs/cjs_global.h +++ b/fxjs/cjs_global.h @@ -16,7 +16,7 @@ class CJS_GlobalData; -class CJS_Global : public CJS_Object { +class CJS_Global final : public CJS_Object { public: static int GetObjDefnID(); static void DefineJSObjects(CFXJS_Engine* pEngine); |