diff options
Diffstat (limited to 'src/qml/jsruntime/qv4context.cpp')
-rw-r--r-- | src/qml/jsruntime/qv4context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4context.cpp b/src/qml/jsruntime/qv4context.cpp index 9dc5e2fe53..674dd46e96 100644 --- a/src/qml/jsruntime/qv4context.cpp +++ b/src/qml/jsruntime/qv4context.cpp @@ -250,7 +250,7 @@ void CallContext::initQmlContext(ExecutionContext *parentContext, ObjectRef qml, this->function = function; this->callData = reinterpret_cast<CallData *>(this + 1); - this->callData->tag = QV4::Value::Integer_Type; + this->callData->tag = QV4::Value::_Integer_Type; this->callData->argc = 0; this->callData->thisObject = Primitive::undefinedValue(); |