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:
authorYuri Gorshenin <y@maps.me>2017-10-12 16:00:02 +0300
committermpimenov <mpimenov@users.noreply.github.com>2017-10-13 02:06:21 +0300
commit4313e85f3f2b85d4f899a7259891d98549304f6d (patch)
treedaa2fd6f017166d62e8238c56f558d85796f0adb /indexer
parent11da6c08fe8c414a3a2f1d3d5df9cd497a8b117b (diff)
Revew fixes.
Diffstat (limited to 'indexer')
-rw-r--r--indexer/feature.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/feature.cpp b/indexer/feature.cpp
index 28cd4e39e1..295777aa58 100644
--- a/indexer/feature.cpp
+++ b/indexer/feature.cpp
@@ -369,6 +369,7 @@ void FeatureType::ParseMetadata() const
StringUtf8Multilang const & FeatureType::GetNames() const
{
+ ParseCommon();
return m_params.name;
}