stringapi: Use strings for directories

This commit is contained in:
Ben Boeckel
2014-02-24 17:38:30 -05:00
committed by Brad King
parent 11ed3e2cfe
commit 24b5e93de2
19 changed files with 44 additions and 38 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ public:
std::vector<std::string>& makeCommand,
const char* makeProgram,
const std::string& projectName,
const char* projectDir,
const std::string& projectDir,
const std::string& targetName,
const std::string& config,
bool fast,