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:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-07-31 17:08:17 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-07-31 17:09:17 +0300
commit545f8318996cea4ab9136fb28e38c1dc5012c148 (patch)
treed74ff355056a63682f9e3b637e07ece9a1068560 /map/local_ads_manager.cpp
parent84183a61840c34e10faf673638151fe8b3c6a2bc (diff)
review fixes
Diffstat (limited to 'map/local_ads_manager.cpp')
-rw-r--r--map/local_ads_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/local_ads_manager.cpp b/map/local_ads_manager.cpp
index fd16295845..59c7dfe6da 100644
--- a/map/local_ads_manager.cpp
+++ b/map/local_ads_manager.cpp
@@ -79,7 +79,7 @@ std::string MakeCampaignDownloadingURL(MwmSet::MwmId const & mwmId)
return {};
std::ostringstream ss;
- auto const campaignDataVersion = static_cast<uint32_t>(local_ads::Version::latest);
+ auto const campaignDataVersion = static_cast<uint32_t>(local_ads::Version::Latest);
ss << kServerUrl << "/"
<< campaignDataVersion << "/"
<< mwmId.GetInfo()->GetVersion() << "/"