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-06 14:27:16 +0300
committerAleksandr Zatsepin <alexzatsepin@users.noreply.github.com>2019-06-06 14:39:37 +0300
commitc6a6c67340afb53a086d9ba4c00a3d6f0431515c (patch)
treef313df6eaac22d6e4d5689409c519a84509bb0b0 /map
parent71182322c10ce984ec3b55983251c9ccabdd1cdf (diff)
[promo][jni] review fixes
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 2e839d857a..b92d9333ab 100644
--- a/map/discovery/discovery_manager.hpp
+++ b/map/discovery/discovery_manager.hpp
@@ -115,7 +115,7 @@ public:
{
m_promoApi.GetCityGallery(
params.m_viewportCenter,
- [this, requestId, onResult, type](promo::CityGallery const & cityGallery) {
+ [this, requestId, onResult](promo::CityGallery const & cityGallery) {
CHECK_THREAD_CHECKER(m_threadChecker, ());
onResult(requestId, cityGallery);
},