diff options
author | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2019-11-10 14:29:27 (GMT) |
---|---|---|
committer | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2019-11-10 14:29:27 (GMT) |
commit | 64843b17375c6ffd8b46ddaa9272e3ad27b6adec (patch) | |
tree | 2a37669494607d60ba0216c9123e66dddb60c321 /Source/cmLocalVisualStudio7Generator.h | |
parent | a9c09599002baa27bdf4f98664829a92ba529240 (diff) | |
download | CMake-64843b17375c6ffd8b46ddaa9272e3ad27b6adec.zip CMake-64843b17375c6ffd8b46ddaa9272e3ad27b6adec.tar.gz CMake-64843b17375c6ffd8b46ddaa9272e3ad27b6adec.tar.bz2 |
cmVisualStudio10TargetGenerator: use std::string for tag
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index 671783f..22a5f9a 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -30,7 +30,7 @@ public: : cmVisualStudioGeneratorOptions(lg, tool, table, extraTable) { } - void OutputFlag(std::ostream& fout, int indent, const char* tag, + void OutputFlag(std::ostream& fout, int indent, const std::string& tag, const std::string& content) override; }; |