summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2014-02-24 17:38:55 -0500
committerBrad King <brad.king@kitware.com>2014-03-08 13:05:38 -0500
commit6557382dcffef8ed6b11394cb65775d82f1c0aa7 (patch)
treedf6ca4b09a1eabc6dc4033c8d640ada1ddc8623c /Source/cmGlobalXCodeGenerator.h
parent1a1b737c99ac0bd0d555fde2fadf77f08516a4ea (diff)
downloadcmake-6557382dcffef8ed6b11394cb65775d82f1c0aa7.tar.gz
stringapi: Use strings for program paths
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index 54c6f965cd..93315ba8ab 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -55,7 +55,7 @@ public:
*/
virtual void GenerateBuildCommand(
std::vector<std::string>& makeCommand,
- const char* makeProgram,
+ const std::string& makeProgram,
const std::string& projectName,
const std::string& projectDir,
const std::string& targetName,