From 86bf228bb848f5d608d2e17670b5e4ed20eb2e81 Mon Sep 17 00:00:00 2001 From: Tobias Hunger <tobias.hunger@nokia.com> Date: Mon, 2 Aug 2010 14:30:17 +0200 Subject: [PATCH] Build fix for linux --- src/plugins/projectexplorer/userfileaccessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/userfileaccessor.cpp b/src/plugins/projectexplorer/userfileaccessor.cpp index 8ab124ef963..083866b1f65 100644 --- a/src/plugins/projectexplorer/userfileaccessor.cpp +++ b/src/plugins/projectexplorer/userfileaccessor.cpp @@ -1250,7 +1250,7 @@ QVariantMap Version6Handler::update(Project *, const QVariantMap &map) QVariantMap buildSteps; QVariantMap cleanSteps; - QVariantMap &originalBc = targetIt.value().toMap(); + const QVariantMap &originalBc = targetIt.value().toMap(); QVariantMap newBc; QMapIterator<QString, QVariant> bcIt(originalBc); -- GitLab