aboutsummaryrefslogtreecommitdiffstats
path: root/qv4ecmaobjects_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'qv4ecmaobjects_p.h')
-rw-r--r--qv4ecmaobjects_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qv4ecmaobjects_p.h b/qv4ecmaobjects_p.h
index cb6339e1fb..0aaeee8970 100644
--- a/qv4ecmaobjects_p.h
+++ b/qv4ecmaobjects_p.h
@@ -115,7 +115,7 @@ struct ArrayCtor: FunctionObject
virtual void call(Context *ctx);
};
-struct ArrayPrototype: Object
+struct ArrayPrototype: ArrayObject
{
ArrayPrototype(Context *ctx, FunctionObject *ctor);