aboutsummaryrefslogtreecommitdiff
path: root/src/buildparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildparser.cpp')
-rw-r--r--src/buildparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildparser.cpp b/src/buildparser.cpp
index 403c469..a9e33e5 100644
--- a/src/buildparser.cpp
+++ b/src/buildparser.cpp
@@ -448,7 +448,7 @@ Build *BuildParser::genBuild()
448 448
449 StringList lInputs = buildToStringListDup( 449 StringList lInputs = buildToStringListDup(
450 (*i).second.lInput, StringList(), 450 (*i).second.lInput, StringList(),
451 *bld, *j, &mExtra 451 *bld, *j, &mExtra /*, bld <-- should this be here? */
452 ); 452 );
453 pTarget->getInput().insert( 453 pTarget->getInput().insert(
454 pTarget->getInput().end(), 454 pTarget->getInput().end(),