summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudioGeneratorOptions.h
diff options
context:
space:
mode:
authorVitaly Stakhovsky <vvs31415@gitlab.org>2019-11-10 14:29:27 (GMT)
committerVitaly Stakhovsky <vvs31415@gitlab.org>2019-11-10 14:29:27 (GMT)
commit64843b17375c6ffd8b46ddaa9272e3ad27b6adec (patch)
tree2a37669494607d60ba0216c9123e66dddb60c321 /Source/cmVisualStudioGeneratorOptions.h
parenta9c09599002baa27bdf4f98664829a92ba529240 (diff)
downloadCMake-64843b17375c6ffd8b46ddaa9272e3ad27b6adec.zip
CMake-64843b17375c6ffd8b46ddaa9272e3ad27b6adec.tar.gz
CMake-64843b17375c6ffd8b46ddaa9272e3ad27b6adec.tar.bz2
cmVisualStudio10TargetGenerator: use std::string for tag
Diffstat (limited to 'Source/cmVisualStudioGeneratorOptions.h')
-rw-r--r--Source/cmVisualStudioGeneratorOptions.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmVisualStudioGeneratorOptions.h b/Source/cmVisualStudioGeneratorOptions.h
index 560593e..d8dcfe2 100644
--- a/Source/cmVisualStudioGeneratorOptions.h
+++ b/Source/cmVisualStudioGeneratorOptions.h
@@ -86,7 +86,8 @@ public:
const std::string& GetConfiguration() const;
protected:
- virtual void OutputFlag(std::ostream& fout, int indent, const char* tag,
+ virtual void OutputFlag(std::ostream& fout, int indent,
+ const std::string& tag,
const std::string& content) = 0;
private: