summaryrefslogtreecommitdiff
path: root/fxjs/cjs_report.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_report.h')
-rw-r--r--fxjs/cjs_report.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fxjs/cjs_report.h b/fxjs/cjs_report.h
index 36a00ce9f5..f9d1dc8ce4 100644
--- a/fxjs/cjs_report.h
+++ b/fxjs/cjs_report.h
@@ -13,6 +13,7 @@
class CJS_Report : public CJS_Object {
public:
+ static int GetObjDefnID();
static void DefineJSObjects(CFXJS_Engine* pEngine, FXJSOBJTYPE eObjType);
CJS_Report(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);