diff options
Diffstat (limited to 'fxjs/cjs_report.h')
-rw-r--r-- | fxjs/cjs_report.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/cjs_report.h b/fxjs/cjs_report.h index 50259ef56f..168df7946b 100644 --- a/fxjs/cjs_report.h +++ b/fxjs/cjs_report.h @@ -27,8 +27,8 @@ class CJS_Report : public CJS_Object { public: static void DefineJSObjects(CFXJS_Engine* pEngine, FXJSOBJTYPE eObjType); - explicit CJS_Report(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} - ~CJS_Report() override {} + explicit CJS_Report(v8::Local<v8::Object> pObject); + ~CJS_Report() override = default; JS_STATIC_METHOD(save, Report) JS_STATIC_METHOD(writeText, Report); |