mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fix build with clang
This commit is contained in:
@@ -1027,7 +1027,7 @@ void Instance::Private::unregisterRequest(mtpRequestId requestId) {
|
||||
auto handling = 0;
|
||||
do {
|
||||
handling = toResend.size();
|
||||
for (const auto [resendingId, afterId] : _dependentRequests) {
|
||||
for (const auto &[resendingId, afterId] : _dependentRequests) {
|
||||
if (toRemove.contains(afterId)) {
|
||||
toRemove.emplace(resendingId);
|
||||
toResend.emplace(resendingId);
|
||||
|
Reference in New Issue
Block a user