Merge branch 'struc' of git://github.com/neheb/MPD
This commit is contained in:
@@ -179,8 +179,8 @@ UdisksNeighborExplorer::GetList() const noexcept
|
||||
|
||||
NeighborExplorer::List result;
|
||||
|
||||
for (const auto &i : by_uri)
|
||||
result.emplace_front(i.second);
|
||||
for (const auto &[t, r] : by_uri)
|
||||
result.emplace_front(r);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user