From 41cc5cca4ff95b59484ca66ba5e2eee10d95b7e1 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Sat, 17 Aug 2013 20:48:56 +0200 Subject: Get rid of engine pointer in isel Change-Id: I58759712624713cd2215621dca4ccc86fa9a9194 Reviewed-by: Lars Knoll --- src/qml/compiler/qv4compiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/compiler/qv4compiler.cpp') diff --git a/src/qml/compiler/qv4compiler.cpp b/src/qml/compiler/qv4compiler.cpp index 11c0873c76..322a39932a 100644 --- a/src/qml/compiler/qv4compiler.cpp +++ b/src/qml/compiler/qv4compiler.cpp @@ -44,7 +44,7 @@ #include #include -QV4::Compiler::JSUnitGenerator::JSUnitGenerator(QV4::ExecutionEngine *engine, QQmlJS::V4IR::Module *module) +QV4::Compiler::JSUnitGenerator::JSUnitGenerator(QQmlJS::V4IR::Module *module) : irModule(module) , stringDataSize(0) , jsClassDataSize(0) -- cgit v1.2.3