Skip to content
Snippets Groups Projects
Commit 7e7fa6fb authored by rswindell's avatar rswindell
Browse files

Removed static from js_DefinedMethods() definition.

parent 18914fac
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,7 @@ static JSClass js_method_class = {
static const char* method_array_name = "_method_list";
static JSBool
JSBool
DLLCALL js_DefineMethods(JSContext* cx, JSObject* obj, JSFunctionSpec *funcs)
{
int i;
......
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