diff options
Diffstat (limited to 'fxjs/cjs_annot.h')
-rw-r--r-- | fxjs/cjs_annot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/cjs_annot.h b/fxjs/cjs_annot.h index 18124f6216..9f0d771a44 100644 --- a/fxjs/cjs_annot.h +++ b/fxjs/cjs_annot.h @@ -35,8 +35,8 @@ class CJS_Annot : public CJS_Object { static int GetObjDefnID(); static void DefineJSObjects(CFXJS_Engine* pEngine); - explicit CJS_Annot(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} - ~CJS_Annot() override {} + explicit CJS_Annot(v8::Local<v8::Object> pObject); + ~CJS_Annot() override = default; JS_STATIC_PROP(hidden, hidden, Annot); JS_STATIC_PROP(name, name, Annot); |