summaryrefslogtreecommitdiffstats
path: root/tools/v4/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/v4/main.cpp')
-rw-r--r--tools/v4/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/v4/main.cpp b/tools/v4/main.cpp
index 998a315d..f6997eb7 100644
--- a/tools/v4/main.cpp
+++ b/tools/v4/main.cpp
@@ -103,7 +103,7 @@ struct GC: public FunctionObject
vtbl = &static_vtbl;
name = scope->engine->newString("gc");
}
- static Value call(Managed *, ExecutionContext *ctx, const Value &, Value *args, int argc)
+ static Value call(Managed *, ExecutionContext *ctx, const Value &, Value *, int)
{
ctx->engine->memoryManager->runGC();
return Value::undefinedValue();