diff options
Diffstat (limited to 'fxjs/cjs_timerobj.h')
-rw-r--r-- | fxjs/cjs_timerobj.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/cjs_timerobj.h b/fxjs/cjs_timerobj.h index be095558e2..b4938c4ece 100644 --- a/fxjs/cjs_timerobj.h +++ b/fxjs/cjs_timerobj.h @@ -28,8 +28,8 @@ class CJS_TimerObj : public CJS_Object { static int GetObjDefnID(); static void DefineJSObjects(CFXJS_Engine* pEngine); - explicit CJS_TimerObj(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} - ~CJS_TimerObj() override {} + explicit CJS_TimerObj(v8::Local<v8::Object> pObject); + ~CJS_TimerObj() override = default; private: static int ObjDefnID; |