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:
Diffstat (limited to 'indexer/drules_selector.cpp')
-rw-r--r--indexer/drules_selector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/drules_selector.cpp b/indexer/drules_selector.cpp
index 99c0e1f3c9..d515dc6c56 100644
--- a/indexer/drules_selector.cpp
+++ b/indexer/drules_selector.cpp
@@ -106,7 +106,7 @@ bool GetPopulation(FeatureType const & ft, uint64_t & population)
// Feature tag value evaluator for tag 'name'
bool GetName(FeatureType const & ft, string & name)
{
- ft.GetReadableName(name);
+ ft.GetReadableName(false /* allowTranslit */, name);
return true;
}