mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
cmVisualStudio10TargetGenerator: use std::string for tag
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user