From 43296bb5fb578cc64b14fb4480e6daa87bb6491d Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 24 Jul 2014 22:32:38 +0200 Subject: Remove some unneeded reinterpret_cast's Change-Id: I29ebc1f06bb3f0d20e6e21840c7fe326a0f4546d 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 4f7cdd8105..b4c78c3736 100644 --- a/src/qml/jsruntime/qv4context_p.h +++ b/src/qml/jsruntime/qv4context_p.h @@ -127,7 +127,7 @@ struct Q_QML_EXPORT ExecutionContext : public Managed engine->current = this; } - Returned *newCallContext(FunctionObject *f, CallData *callData); + Returned *newCallContext(FunctionObject *f, CallData *callData); Returned *newWithContext(Object *with); Returned *newCatchContext(String *exceptionVarName, const ValueRef exceptionValue); Returned *newQmlContext(FunctionObject *f, Object *qml); -- cgit v1.2.3