mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed build error.
This commit is contained in:
@@ -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() << "\", "
|
||||
<< ")";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user