From a4b8bea95f95d4258dc04e7924eab4a11e072acb Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 7 Nov 2014 03:37:02 +0100 Subject: Use Heap objects as members Change-Id: I4f447747480fb7e15975b810e2a8623acc9cde61 Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4context_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/jsruntime/qv4context_p.h') diff --git a/src/qml/jsruntime/qv4context_p.h b/src/qml/jsruntime/qv4context_p.h index 6bb926db92..b950481f76 100644 --- a/src/qml/jsruntime/qv4context_p.h +++ b/src/qml/jsruntime/qv4context_p.h @@ -109,7 +109,7 @@ struct CallContext : ExecutionContext { locals = 0; activation = 0; } - CallContext(ExecutionEngine *engine, Object *qml, QV4::FunctionObject *function); + CallContext(ExecutionEngine *engine, QV4::Object *qml, QV4::FunctionObject *function); QV4::FunctionObject *function; int realArgumentCount; -- cgit v1.2.3