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:
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;