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