diff options
Diffstat (limited to 'fxjs/cjs_icon.h')
-rw-r--r-- | fxjs/cjs_icon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/cjs_icon.h b/fxjs/cjs_icon.h index 05b84384b3..3ded32f83a 100644 --- a/fxjs/cjs_icon.h +++ b/fxjs/cjs_icon.h @@ -29,8 +29,8 @@ class CJS_Icon : public CJS_Object { static int GetObjDefnID(); static void DefineJSObjects(CFXJS_Engine* pEngine); - explicit CJS_Icon(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} - ~CJS_Icon() override {} + explicit CJS_Icon(v8::Local<v8::Object> pObject); + ~CJS_Icon() override = default; JS_STATIC_PROP(name, name, Icon); |