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-15 18:56:55 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:14:09 +0300
commite5124f89d60b4c7c0a13125e48a64b9c0e597991 (patch)
tree3958c0cbcdbf5071f3d902a7bc55787e2c78aa22 /indexer/feature.cpp
parent577155473f7a36d982ab1d6d56150e97e57099ac (diff)
FeatureType::GetNames() for editor.
Diffstat (limited to 'indexer/feature.cpp')
-rw-r--r--indexer/feature.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indexer/feature.cpp b/indexer/feature.cpp
index 587b0c9259..544a3e49ae 100644
--- a/indexer/feature.cpp
+++ b/indexer/feature.cpp
@@ -266,6 +266,11 @@ void FeatureType::ParseMetadata() const
m_bMetadataParsed = true;
}
+StringUtf8Multilang FeatureType::GetNames() const
+{
+ return m_params.name;
+}
+
void FeatureType::SetNames(StringUtf8Multilang const & newNames)
{
m_params.name.Clear();