aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4include_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4include_p.h')
-rw-r--r--src/qml/jsruntime/qv4include_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4include_p.h b/src/qml/jsruntime/qv4include_p.h
index 49d65e2149..c4c72f3a83 100644
--- a/src/qml/jsruntime/qv4include_p.h
+++ b/src/qml/jsruntime/qv4include_p.h
@@ -78,7 +78,7 @@ public:
Exception = 3
};
- static QV4::ReturnedValue method_include(QV4::SimpleCallContext *ctx);
+ static QV4::ReturnedValue method_include(QV4::CallContext *ctx);
private Q_SLOTS:
void finished();