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.hpp
parent577155473f7a36d982ab1d6d56150e97e57099ac (diff)
FeatureType::GetNames() for editor.
Diffstat (limited to 'indexer/feature.hpp')
-rw-r--r--indexer/feature.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/feature.hpp b/indexer/feature.hpp
index 7a0d7b7391..13a7a6f72e 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -167,6 +167,7 @@ public:
/// @name Editor functions.
//@{
+ StringUtf8Multilang GetNames() const;
void SetNames(StringUtf8Multilang const & newNames);
void SetMetadata(feature::Metadata const & newMetadata);
//@}