fix line length

Alex
This commit is contained in:
Alexander Neundorf 2009-10-13 13:35:24 -04:00
parent 7199badb00
commit 4dc224e99a
1 changed files with 2 additions and 1 deletions

View File

@ -270,7 +270,8 @@ void cmExtraCodeBlocksGenerator
jt != it->second.end();
++jt)
{
const std::vector<std::string> & files = (*jt)->GetMakefile()->GetListFiles();
const std::vector<std::string> & files =
(*jt)->GetMakefile()->GetListFiles();
listFiles.insert(listFiles.end(), files.begin(), files.end());
}