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:
authorAlex Zolotarev <alex@maps.me>2016-01-18 16:22:01 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:14:13 +0300
commit4cef71402c3a13e54b8e664d31d5d88e27a220a8 (patch)
tree83cea585ba611884b90f4d44a030135ee1388d55 /indexer/feature.cpp
parentcb2d67f229fcb1f1e8b1dc71afcf415d08ba2f2a (diff)
Review fixes.
Diffstat (limited to 'indexer/feature.cpp')
-rw-r--r--indexer/feature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature.cpp b/indexer/feature.cpp
index 544a3e49ae..f712d1215b 100644
--- a/indexer/feature.cpp
+++ b/indexer/feature.cpp
@@ -266,7 +266,7 @@ void FeatureType::ParseMetadata() const
m_bMetadataParsed = true;
}
-StringUtf8Multilang FeatureType::GetNames() const
+StringUtf8Multilang const & FeatureType::GetNames() const
{
return m_params.name;
}