forked from organicmaps/organicmaps
[storage] review fixes
This commit is contained in:
parent
849ff2df29
commit
9d4dbc07ab
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include "platform/downloader_defines.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <unordered_set>
|
||||
|
||||
namespace
|
||||
|
|
|
@ -23,7 +23,7 @@ void MapFilesDownloader::DownloadMapFile(QueuedCountry & queuedCountry)
|
|||
return;
|
||||
}
|
||||
|
||||
GetPlatform().RunTask(Platform::Thread::Network, [=]()
|
||||
GetPlatform().RunTask(Platform::Thread::Network, [=]() mutable
|
||||
{
|
||||
if (m_isServersListRequested)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue