diff options
author | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2018-08-09 22:59:12 (GMT) |
---|---|---|
committer | Vitaly Stakhovsky <vvs31415@gitlab.org> | 2018-08-13 22:22:11 (GMT) |
commit | 6ce56028d5b1bae2d6adfe8765a651862c2c6a75 (patch) | |
tree | 25ce20735989c76262f0d0bbcc15535d0e737483 /Source/cmVisualStudioGeneratorOptions.h | |
parent | 505a713a04b3fc927692d61a1b8e3ea563dc56df (diff) | |
download | CMake-6ce56028d5b1bae2d6adfe8765a651862c2c6a75.zip CMake-6ce56028d5b1bae2d6adfe8765a651862c2c6a75.tar.gz CMake-6ce56028d5b1bae2d6adfe8765a651862c2c6a75.tar.bz2 |
cmVisualStudioGeneratorOptions::Parse(): const std::string& argument
Diffstat (limited to 'Source/cmVisualStudioGeneratorOptions.h')
-rw-r--r-- | Source/cmVisualStudioGeneratorOptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVisualStudioGeneratorOptions.h b/Source/cmVisualStudioGeneratorOptions.h index c6b594d..a30a67f 100644 --- a/Source/cmVisualStudioGeneratorOptions.h +++ b/Source/cmVisualStudioGeneratorOptions.h @@ -42,7 +42,7 @@ public: void ClearTables(); // Store options from command line flags. - void Parse(const char* flags); + void Parse(const std::string& flags); void ParseFinish(); void PrependInheritedString(std::string const& key); |