diff options
Diffstat (limited to 'fxjs/cjs_font.h')
-rw-r--r-- | fxjs/cjs_font.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/cjs_font.h b/fxjs/cjs_font.h index 31edf06836..8e52778df5 100644 --- a/fxjs/cjs_font.h +++ b/fxjs/cjs_font.h @@ -13,8 +13,8 @@ class CJS_Font : public CJS_Object { public: static void DefineJSObjects(CFXJS_Engine* pEngine); - explicit CJS_Font(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} - ~CJS_Font() override {} + CJS_Font(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime); + ~CJS_Font() override; private: static int ObjDefnID; |