aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcompileddata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlcompileddata.cpp')
-rw-r--r--src/qml/qml/qqmlcompileddata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlcompileddata.cpp b/src/qml/qml/qqmlcompileddata.cpp
index 49f00944d5..c2ca079779 100644
--- a/src/qml/qml/qqmlcompileddata.cpp
+++ b/src/qml/qml/qqmlcompileddata.cpp
@@ -215,7 +215,7 @@ QQmlInstruction *QQmlCompiledData::instruction(int index)
QQmlInstruction::Type QQmlCompiledData::instructionType(const QQmlInstruction *instr)
{
#ifdef QML_THREADED_VME_INTERPRETER
- void **jumpTable = QQmlVME::instructionJumpTable();
+ void *const *jumpTable = QQmlVME::instructionJumpTable();
void *code = instr->common.code;
# define QML_CHECK_INSTR_CODE(I, FMT) \