mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
cmIDEOptions: use std::string
This commit is contained in:
@@ -107,7 +107,7 @@ private:
|
||||
|
||||
std::string UnknownFlagField;
|
||||
|
||||
virtual void StoreUnknownFlag(const char* flag);
|
||||
void StoreUnknownFlag(std::string const& flag) override;
|
||||
|
||||
FlagValue TakeFlag(std::string const& key);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user