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:
authorvng <viktor.govako@gmail.com>2015-06-18 15:36:19 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:05 +0300
commit1bf72c99889285df69fc0869d3ab4a192bb029c4 (patch)
treec18c7a04363704c163ac6912e8445ff4c7fb573e /indexer/categories_holder.cpp
parent19f3285287c0e3f1a4fce8921ab5f863f14b2d79 (diff)
Review fixes.
Diffstat (limited to 'indexer/categories_holder.cpp')
-rw-r--r--indexer/categories_holder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/categories_holder.cpp b/indexer/categories_holder.cpp
index e573e2a0ea..e7d21d9e98 100644
--- a/indexer/categories_holder.cpp
+++ b/indexer/categories_holder.cpp
@@ -233,7 +233,7 @@ int8_t CategoriesHolder::MapLocaleToInteger(string const & locale)
string lower = locale;
strings::AsciiToLower(lower);
- for (auto s : {"hant", "tw", "hk", "mo"})
+ for (char const * s : {"hant", "tw", "hk", "mo"})
if (lower.find(s) != string::npos)
return 12; // Traditional Chinese