Whoops, misread signature

This commit is contained in:
Shea Levy 2015-08-04 08:12:24 -04:00
parent a5b986cf33
commit 7b7f189b3e

View file

@ -266,7 +266,7 @@ int main(int argc, char * * argv)
mkString(*v, string(j, 1));
autoArgs[inputName].push_back(v);
if (first) {
inputsSet->attrs->push_back(Attr(inputName, *v));
inputsSet->attrs->push_back(Attr(inputName, v));
first = false;
}
}