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