Skip to content
Snippets Groups Projects
Commit 55083fd3 authored by rswindell's avatar rswindell
Browse files

Added subscan_t array parameter to js_CreateMsgAreaObject.

parent 366b5d79
No related branches found
No related tags found
No related merge requests found
......@@ -829,7 +829,7 @@ extern "C" {
/* js_msg_area.c */
DLLEXPORT JSObject* DLLCALL js_CreateMsgAreaObject(JSContext* cx, JSObject* parent, scfg_t* cfg
,user_t* user);
,user_t* user, subscan_t* subscan);
/* js_msgbase.c */
DLLEXPORT JSObject* DLLCALL js_CreateMsgBaseClass(JSContext* cx, JSObject* parent, scfg_t* cfg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment