aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_moth_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-08-19 08:31:35 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-19 16:11:49 +0200
commit90aaff37be419ca1f1da40df64424c0d88bfaf19 (patch)
tree732af65cacdbddc8e95e7bbc834fec926f71e818 /src/qml/compiler/qv4isel_moth_p.h
parenta57273f033f06a80b72b7a8c06faa08aee392cd1 (diff)
Cleanup: Determine the root/entry function in isel independent code
Change-Id: I99004b872be9bd7d9dd0c798eb2d9bb4ddfa4cbd Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/compiler/qv4isel_moth_p.h')
-rw-r--r--src/qml/compiler/qv4isel_moth_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/compiler/qv4isel_moth_p.h b/src/qml/compiler/qv4isel_moth_p.h
index 484d7032de..7b701cf82d 100644
--- a/src/qml/compiler/qv4isel_moth_p.h
+++ b/src/qml/compiler/qv4isel_moth_p.h
@@ -58,7 +58,7 @@ class StackSlotAllocator;
struct CompilationUnit : public QV4::CompiledData::CompilationUnit
{
- virtual QV4::Function *linkBackendToEngine(QV4::ExecutionEngine *engine);
+ virtual void linkBackendToEngine(QV4::ExecutionEngine *engine);
QVector<QByteArray> codeRefs;