cmDepends: all members accept std::string arguments

Most `const char*` arguments converted to `const std::string&`
in `cmDepends` and derived classes.
In addition performed minor code cleanup.
This commit is contained in:
Vitaly Stakhovsky
2019-01-18 20:20:00 -05:00
parent a61c061b61
commit 2c50a72576
10 changed files with 76 additions and 73 deletions

View File

@@ -245,7 +245,7 @@ protected:
// Helper methods for dependency updates.
bool ScanDependencies(
const char* targetDir,
const std::string& targetDir,
std::map<std::string, cmDepends::DependencyVector>& validDeps);
void CheckMultipleOutputs(bool verbose);