diff options
Diffstat (limited to 'fxjs/cjs_icon.h')
-rw-r--r-- | fxjs/cjs_icon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_icon.h b/fxjs/cjs_icon.h index a346d69e73..2f3ee3f86f 100644 --- a/fxjs/cjs_icon.h +++ b/fxjs/cjs_icon.h @@ -14,7 +14,7 @@ class CJS_Icon : public CJS_Object { static int GetObjDefnID(); static void DefineJSObjects(CFXJS_Engine* pEngine); - explicit CJS_Icon(v8::Local<v8::Object> pObject); + CJS_Icon(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime); ~CJS_Icon() override; WideString GetIconName() const { return m_swIconName; } |