Fixed build error.

This commit is contained in:
Oliver Hamlet
2015-07-15 19:10:00 +01:00
parent a85b131f7b
commit a7eb550422
+1 -1
View File
@@ -57,7 +57,7 @@ namespace loot {
void PrintTo(const Location& value, ::std::ostream* os) {
*os << "loot::Location(\"" << value.URL() << "\", "
<< ::testing::PrintToString(value.Versions())
<< "\"" << value.Name() << "\", "
<< ")";
}