Fix build issues

This commit is contained in:
Andrey Kamaev
2013-04-13 16:53:59 +04:00
parent 9deea80b83
commit 802d004bbb
2 changed files with 11 additions and 1 deletions

View File

@@ -3284,7 +3284,7 @@ static std::string FormatWordList(const std::vector<std::string>& words) {
return word_list.GetString();
}
bool ValidateTestPropertyName(const std::string& property_name,
static bool ValidateTestPropertyName(const std::string& property_name,
const std::vector<std::string>& reserved_names) {
if (std::find(reserved_names.begin(), reserved_names.end(), property_name) !=
reserved_names.end()) {