From 3dd0a2328cde175dbdcbb8af94b5984f7d84796f Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 13 Feb 2015 15:23:13 +0100 Subject: More cleanups in qv4value_p.h Change-Id: Ie48dc8f95daa4738e690902b5d33010afa7b974f 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 cf229d4221..2cff65b3d9 100644 --- a/src/qml/jsruntime/qv4context_p.h +++ b/src/qml/jsruntime/qv4context_p.h @@ -117,7 +117,7 @@ struct GlobalContext : ExecutionContext { struct CatchContext : ExecutionContext { CatchContext(ExecutionEngine *engine, QV4::String *exceptionVarName, const Value &exceptionValue); - StringValue exceptionVarName; + Pointer exceptionVarName; Value exceptionValue; }; -- cgit v1.2.3