diff options
Diffstat (limited to 'fxjs/cjs_app.h')
-rw-r--r-- | fxjs/cjs_app.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fxjs/cjs_app.h b/fxjs/cjs_app.h index f1701ae883..e962b34d49 100644 --- a/fxjs/cjs_app.h +++ b/fxjs/cjs_app.h @@ -18,6 +18,7 @@ class GlobalTimer; class CJS_App : public CJS_Object { public: + static int GetObjDefnID(); static void DefineJSObjects(CFXJS_Engine* pEngine); CJS_App(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime); |