diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-01-15 17:12:56 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-01-15 17:12:56 (GMT) |
commit | cc2364f55902e8c1d8ba11a9f904c9ebce8e5a14 (patch) | |
tree | cff28e7618cf4f82395d683bee9802cb8cf81a16 /Source/cmLocalVisualStudio7Generator.cxx | |
parent | df6d0ab8b91a95aea3a15a83ec173fbd10d3c1a2 (diff) | |
download | CMake-cc2364f55902e8c1d8ba11a9f904c9ebce8e5a14.zip CMake-cc2364f55902e8c1d8ba11a9f904c9ebce8e5a14.tar.gz CMake-cc2364f55902e8c1d8ba11a9f904c9ebce8e5a14.tar.bz2 |
STYLE: fix link lenght issue
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx index 66e4a74..95bd539 100644 --- a/Source/cmLocalVisualStudio7Generator.cxx +++ b/Source/cmLocalVisualStudio7Generator.cxx @@ -627,11 +627,13 @@ void cmLocalVisualStudio7Generator::WriteConfiguration(std::ostream& fout, fout << "\t\t</Configuration>\n"; } void cmLocalVisualStudio7Generator::ReplaceFlagSetMap(std::string& flags, - cmVS7FlagTable* flagTable, + cmVS7FlagTable* + flagTable, std::map<cmStdString, cmStdString>& flagMap, std::string& option, - std::string::size_type pos) + std::string::size_type + pos) { std::string value = flagTable->value; if(strcmp(flagTable->comment, "USER_VALUE") == 0) |