diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2014-03-10 22:32:00 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2014-05-02 17:05:44 (GMT) |
commit | 3c640891177923e71a0a50d26988a3595a0f3c43 (patch) | |
tree | 53c39f3faeb3ee3a677031d7ca7f369f1960ea6d /Source/cmLocalNinjaGenerator.h | |
parent | 94429287454a3b40268dd48db7b38f158bbecd93 (diff) | |
download | CMake-3c640891177923e71a0a50d26988a3595a0f3c43.zip CMake-3c640891177923e71a0a50d26988a3595a0f3c43.tar.gz CMake-3c640891177923e71a0a50d26988a3595a0f3c43.tar.bz2 |
ninja: Use string parameters
Diffstat (limited to 'Source/cmLocalNinjaGenerator.h')
-rw-r--r-- | Source/cmLocalNinjaGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalNinjaGenerator.h b/Source/cmLocalNinjaGenerator.h index e91e60b..11321b8 100644 --- a/Source/cmLocalNinjaGenerator.h +++ b/Source/cmLocalNinjaGenerator.h @@ -67,7 +67,7 @@ public: std::string GetHomeRelativeOutputPath() const { return this->HomeRelativeOutputPath; } - std::string ConvertToNinjaPath(const char *path); + std::string ConvertToNinjaPath(const std::string& path); struct map_to_ninja_path { cmLocalNinjaGenerator *LocalGenerator; |