stringapi: Use strings for the languages

This commit is contained in:
Ben Boeckel
2014-02-03 21:20:56 -05:00
committed by Brad King
parent 83a5e453f8
commit ce5114354c
44 changed files with 246 additions and 253 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ protected:
// Store the computd framework version for OS X Frameworks.
std::string FrameworkVersion;
void AppendOSXVerFlag(std::string& flags, const char* lang,
void AppendOSXVerFlag(std::string& flags, const std::string& lang,
const char* name, bool so);
};