diff options
Diffstat (limited to 'fxjs/cjs_global.h')
-rw-r--r-- | fxjs/cjs_global.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/cjs_global.h b/fxjs/cjs_global.h index 203d6e969d..719f4b4044 100644 --- a/fxjs/cjs_global.h +++ b/fxjs/cjs_global.h @@ -28,8 +28,8 @@ class CJS_Global : public CJS_Object { static void setPersistent_static( const v8::FunctionCallbackInfo<v8::Value>& info); - explicit CJS_Global(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} - ~CJS_Global() override {} + explicit CJS_Global(v8::Local<v8::Object> pObject); + ~CJS_Global() override = default; // CJS_Object void InitInstance(IJS_Runtime* pIRuntime) override; |