summaryrefslogtreecommitdiff
path: root/fxjs/cjs_annot.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_annot.h')
-rw-r--r--fxjs/cjs_annot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/cjs_annot.h b/fxjs/cjs_annot.h
index bbcf4ac178..cdb884f1b8 100644
--- a/fxjs/cjs_annot.h
+++ b/fxjs/cjs_annot.h
@@ -15,7 +15,7 @@ class CJS_Annot : public CJS_Object {
static int GetObjDefnID();
static void DefineJSObjects(CFXJS_Engine* pEngine);
- explicit CJS_Annot(v8::Local<v8::Object> pObject);
+ CJS_Annot(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
~CJS_Annot() override;
void SetSDKAnnot(CPDFSDK_BAAnnot* annot) { m_pAnnot.Reset(annot); }