diff options
Diffstat (limited to 'fxjs/cjs_report.h')
-rw-r--r-- | fxjs/cjs_report.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_report.h b/fxjs/cjs_report.h index 2a59206410..8de0991411 100644 --- a/fxjs/cjs_report.h +++ b/fxjs/cjs_report.h @@ -15,7 +15,7 @@ class CJS_Report : public CJS_Object { public: static void DefineJSObjects(CFXJS_Engine* pEngine, FXJSOBJTYPE eObjType); - explicit CJS_Report(v8::Local<v8::Object> pObject); + CJS_Report(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime); ~CJS_Report() override; JS_STATIC_METHOD(save, CJS_Report); |