From d9775a4159f90738d6311893ad3fd9029e519634 Mon Sep 17 00:00:00 2001 From: Pawel Polanski <pawel.3.polanski@nokia.com> Date: Wed, 4 May 2011 12:12:49 +0200 Subject: [PATCH] Compilation fix --- src/libs/qmljs/qmljsinterpreter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/qmljs/qmljsinterpreter.cpp b/src/libs/qmljs/qmljsinterpreter.cpp index 71346335633..ba644b8ef4a 100644 --- a/src/libs/qmljs/qmljsinterpreter.cpp +++ b/src/libs/qmljs/qmljsinterpreter.cpp @@ -1379,7 +1379,7 @@ QList<const ObjectValue *> ScopeChain::all() const } -Context::Context(const Snapshot &snapshot) +Context::Context(const QmlJS::Snapshot &snapshot) : _snapshot(snapshot), _engine(new Engine), _qmlScopeObjectIndex(-1), -- GitLab