diff options
Diffstat (limited to 'fxjs/cjs_timerobj.h')
-rw-r--r-- | fxjs/cjs_timerobj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_timerobj.h b/fxjs/cjs_timerobj.h index d9dc88139d..589284943b 100644 --- a/fxjs/cjs_timerobj.h +++ b/fxjs/cjs_timerobj.h @@ -11,7 +11,7 @@ class GlobalTimer; -class CJS_TimerObj : public CJS_Object { +class CJS_TimerObj final : public CJS_Object { public: static int GetObjDefnID(); static void DefineJSObjects(CFXJS_Engine* pEngine); |