diff options
Diffstat (limited to 'fxjs/cjs_util.h')
-rw-r--r-- | fxjs/cjs_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_util.h b/fxjs/cjs_util.h index f948afb691..934a0f8f22 100644 --- a/fxjs/cjs_util.h +++ b/fxjs/cjs_util.h @@ -17,7 +17,7 @@ #define UTIL_DOUBLE 1 #define UTIL_STRING 2 -class CJS_Util : public CJS_Object { +class CJS_Util final : public CJS_Object { public: static int GetObjDefnID(); static void DefineJSObjects(CFXJS_Engine* pEngine); |