summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2014-02-08 05:29:59 (GMT)
committerBrad King <brad.king@kitware.com>2014-03-08 18:05:35 (GMT)
commit215b1addf09359507281359cd7d478c61c01a9f2 (patch)
tree3c6feb2cda4b6d2d75916240d10b50ffc6123459 /Source/cmLocalVisualStudio7Generator.h
parent4c53997f3880785953e3ab6c811626b85ee67510 (diff)
downloadCMake-215b1addf09359507281359cd7d478c61c01a9f2.zip
CMake-215b1addf09359507281359cd7d478c61c01a9f2.tar.gz
CMake-215b1addf09359507281359cd7d478c61c01a9f2.tar.bz2
stringapi: Take strings in escaping functions
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 760716e..2823a2c 100644
--- a/Source/cmLocalVisualStudio7Generator.h
+++ b/Source/cmLocalVisualStudio7Generator.h
@@ -84,7 +84,7 @@ private:
void WriteConfiguration(std::ostream& fout,
const char* configName,
const std::string& libName, cmTarget &tgt);
- std::string EscapeForXML(const char* s);
+ std::string EscapeForXML(const std::string& s);
std::string ConvertToXMLOutputPath(const char* path);
std::string ConvertToXMLOutputPathSingle(const char* path);
void OutputTargetRules(std::ostream& fout, const char* configName,