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
path: root/map
diff options
context:
space:
mode:
authorArsentiy Milchakov <milcars@mapswithme.com>2019-06-11 13:15:17 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2019-06-13 16:15:51 +0300
commit68c33fc33a63aedb11535918f7d109f3298d85fc (patch)
treee4576263e6405ad5eb5a86f2a41882046c6fe7a0 /map
parent580839ff032f40434864e3ecdc95ee9b66fd0c0e (diff)
[promo][storage] Load promo city ids from countries.txt
Diffstat (limited to 'map')
-rw-r--r--map/discovery/discovery_manager.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/discovery/discovery_manager.hpp b/map/discovery/discovery_manager.hpp
index b92d9333ab..ecf1e3109d 100644
--- a/map/discovery/discovery_manager.hpp
+++ b/map/discovery/discovery_manager.hpp
@@ -114,7 +114,7 @@ public:
case ItemType::Promo:
{
m_promoApi.GetCityGallery(
- params.m_viewportCenter,
+ params.m_viewportCenter, params.m_lang,
[this, requestId, onResult](promo::CityGallery const & cityGallery) {
CHECK_THREAD_CHECKER(m_threadChecker, ());
onResult(requestId, cityGallery);