Fix Clang warnings

This commit is contained in:
Mat Sutcliffe
2020-11-03 22:52:38 +00:00
parent 49611b7f44
commit f461f60635
11 changed files with 33 additions and 33 deletions

View File

@@ -64,7 +64,7 @@ namespace BlackMisc
{
if (client != this) { channels.unite(client->m_subscriptions.keys().toSet()); }
}
for (const auto channel : channels)
for (const auto &channel : channels)
{
requestPeerSubscriptions(channel);
}