Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2018-03-05 16:24:48 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2018-03-05 16:47:41 +0300
commitadcd71ac6fe0b5faf760a31a1358a6d3b331baa6 (patch)
treeeb08b86349cc9976384b4092623ee8dd4edf6598 /local_ads
parent4481ab409ce854bd14d6213d5fcd3365b64947cb (diff)
Review fixes
Diffstat (limited to 'local_ads')
-rw-r--r--local_ads/statistics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/local_ads/statistics.cpp b/local_ads/statistics.cpp
index 790343124a..e23952df38 100644
--- a/local_ads/statistics.cpp
+++ b/local_ads/statistics.cpp
@@ -367,7 +367,7 @@ void Statistics::SendToServer()
auto const connectionStatus = GetPlatform().ConnectionStatus();
if (connectionStatus == Platform::EConnectionType::CONNECTION_WIFI)
{
- for (auto it = m_metadataCache.begin(); it != m_metadataCache.end();)
+ for (auto it = m_metadataCache.begin(); it != m_metadataCache.end(); ++it)
{
auto metadataKey = it->first;
auto metadata = it->second;