diff options
Diffstat (limited to 'fxjs/cjs_util.h')
-rw-r--r-- | fxjs/cjs_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/cjs_util.h b/fxjs/cjs_util.h index cc2026dfc7..1ed8405d46 100644 --- a/fxjs/cjs_util.h +++ b/fxjs/cjs_util.h @@ -46,8 +46,8 @@ class CJS_Util : public CJS_Object { public: static void DefineJSObjects(CFXJS_Engine* pEngine); - explicit CJS_Util(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} - ~CJS_Util() override {} + explicit CJS_Util(v8::Local<v8::Object> pObject); + ~CJS_Util() override = default; JS_STATIC_METHOD(printd, util); JS_STATIC_METHOD(printf, util); |