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>2018-11-21 21:25:10 +0300
committerAleksandr Zatsepin <alexzatsepin@users.noreply.github.com>2018-11-22 17:42:37 +0300
commitfbb9c755d909e558423ae2b8354b08dc12b3ef6b (patch)
treea0e333afec893bc3a522d5578616e0ddebde5491 /metrics
parentd296202621a16e353adfafc834bdf236509bd9bb (diff)
[android] Show leave review notifications
Diffstat (limited to 'metrics')
-rw-r--r--metrics/eye.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/metrics/eye.cpp b/metrics/eye.cpp
index 6f8ce75dfd..cb24332d42 100644
--- a/metrics/eye.cpp
+++ b/metrics/eye.cpp
@@ -23,10 +23,10 @@ namespace
auto constexpr kMapObjectEventsExpirePeriod = std::chrono::hours(24 * 30 * 3);
auto constexpr kEventCooldown = std::chrono::seconds(2);
-std::array<std::string, 7> const kMapEventSupportedTypes = {"amenity-bar", "amenity-cafe",
+std::array<std::string, 7> const kMapEventSupportedTypes = {{"amenity-bar", "amenity-cafe",
"amenity-pub", "amenity-restaurant",
"amenity-fast_food", "amenity-biergarden",
- "shop-bakery"};
+ "shop-bakery"}};
void Load(Info & info)
{