[storage] review fixes

This commit is contained in:
Arsentiy Milchakov 2019-11-28 18:47:14 +03:00
parent 849ff2df29
commit 9d4dbc07ab
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@
#include "platform/downloader_defines.hpp"
#include <string>
#include <unordered_set>
namespace

View file

@ -23,7 +23,7 @@ void MapFilesDownloader::DownloadMapFile(QueuedCountry & queuedCountry)
return;
}
GetPlatform().RunTask(Platform::Thread::Network, [=]()
GetPlatform().RunTask(Platform::Thread::Network, [=]() mutable
{
if (m_isServersListRequested)
{