stringapi: Use strings for dependency information

This commit is contained in:
Ben Boeckel
2014-02-24 20:32:55 -05:00
committed by Brad King
parent 94fc63e2d5
commit 7abf4e313d
11 changed files with 22 additions and 24 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ protected:
std::string::size_type limit = std::string::npos);
// write the driver rule to build target outputs
void WriteTargetDriverRule(const char* main_output, bool relink);
void WriteTargetDriverRule(const std::string& main_output, bool relink);
void DriveCustomCommands(std::vector<std::string>& depends);