aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4regalloc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/compiler/qv4regalloc.cpp')
-rw-r--r--src/qml/compiler/qv4regalloc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/compiler/qv4regalloc.cpp b/src/qml/compiler/qv4regalloc.cpp
index 15b0d42169..62013fc2b7 100644
--- a/src/qml/compiler/qv4regalloc.cpp
+++ b/src/qml/compiler/qv4regalloc.cpp
@@ -340,7 +340,7 @@ protected: // IRDecoder
addCall();
}
- virtual void loadQmlImportedScript(int index, V4IR::Temp *temp)
+ virtual void loadQmlImportedScripts(V4IR::Temp *temp)
{
addDef(temp);
addCall();