From aeb7d3ebbbc5ac16bf7b2f08874f13912b683007 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 3 Nov 2014 02:29:08 +0100 Subject: Move Data for String into the Heap namespace Change-Id: Iefa231106b77db6d4c9d4ded2b028d21eb94ab03 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 c7066d8472..281f80bef6 100644 --- a/src/qml/jsruntime/qv4context_p.h +++ b/src/qml/jsruntime/qv4context_p.h @@ -123,7 +123,7 @@ struct GlobalContext : ExecutionContext { }; struct CatchContext : ExecutionContext { - CatchContext(ExecutionEngine *engine, String *exceptionVarName, const ValueRef exceptionValue); + CatchContext(ExecutionEngine *engine, QV4::String *exceptionVarName, const ValueRef exceptionValue); StringValue exceptionVarName; Value exceptionValue; }; -- cgit v1.2.3