summaryrefslogtreecommitdiff
path: root/Source/cmLocalVisualStudio7Generator.h
diff options
context:
space:
mode:
authorVitaly Stakhovsky <vvs31415@gitlab.org>2019-11-10 09:29:27 -0500
committerVitaly Stakhovsky <vvs31415@gitlab.org>2019-11-10 09:29:27 -0500
commit64843b17375c6ffd8b46ddaa9272e3ad27b6adec (patch)
tree2a37669494607d60ba0216c9123e66dddb60c321 /Source/cmLocalVisualStudio7Generator.h
parenta9c09599002baa27bdf4f98664829a92ba529240 (diff)
downloadcmake-64843b17375c6ffd8b46ddaa9272e3ad27b6adec.tar.gz
cmVisualStudio10TargetGenerator: use std::string for tag
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r--Source/cmLocalVisualStudio7Generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h
index 671783fa53..22a5f9ab4b 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;
};