Compile fix

Change-Id: I13306304f43933a8f0a642f10b6b05b796635f63
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Robert Loehning
2014-07-23 16:07:29 +02:00
committed by Daniel Teske
parent 7f4e31ab69
commit 9738422f6d
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ public:
template<class T> static T *buildStep(const ProjectExplorer::BuildConfiguration *dc)
{
for (const Core::Id &id : dc->knownStepLists()) {
foreach (const Core::Id &id, dc->knownStepLists()) {
ProjectExplorer::BuildStepList *bsl = dc->stepList(id);
if (!bsl)
return 0;