cmVisualStudio10TargetGenerator: use std::string for tag

This commit is contained in:
Vitaly Stakhovsky
2019-11-10 09:29:27 -05:00
parent a9c0959900
commit 64843b1737
6 changed files with 25 additions and 24 deletions
+1 -1
View File
@@ -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;
};