diff options
Diffstat (limited to 'fxjs/cjs_icon.h')
-rw-r--r-- | fxjs/cjs_icon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fxjs/cjs_icon.h b/fxjs/cjs_icon.h index 05fa43015f..6df671b874 100644 --- a/fxjs/cjs_icon.h +++ b/fxjs/cjs_icon.h @@ -27,8 +27,8 @@ class CJS_Icon : public CJS_Object { static const char kName[]; static const JSPropertySpec PropertySpecs[]; - CJS_Return get_name(CJS_Runtime* pRuntime); - CJS_Return set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); + CJS_Result get_name(CJS_Runtime* pRuntime); + CJS_Result set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp); WideString m_swIconName; }; |