diff options
Diffstat (limited to 'fxjs/cjs_color.h')
-rw-r--r-- | fxjs/cjs_color.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fxjs/cjs_color.h b/fxjs/cjs_color.h index 581fea0427..e1b7caa78a 100644 --- a/fxjs/cjs_color.h +++ b/fxjs/cjs_color.h @@ -14,6 +14,7 @@ class CJS_Color : public CJS_Object { public: + static int GetObjDefnID(); static void DefineJSObjects(CFXJS_Engine* pEngine); static v8::Local<v8::Array> ConvertPWLColorToArray(CJS_Runtime* pRuntime, const CFX_Color& color); |