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:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-01-20 12:58:43 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:14:21 +0300
commit9338907ae8f945fcdea04ce9d4dd958c2e7f7345 (patch)
tree94d3f82a1c86464dd54e32ea6801f31bae21d197 /indexer/feature.hpp
parentf411a6b7f88ef766b330174b56e0d4687a806869 (diff)
Don not save feature if it wasn't edited.
Diffstat (limited to 'indexer/feature.hpp')
-rw-r--r--indexer/feature.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/feature.hpp b/indexer/feature.hpp
index be53c9e7ac..0a4486b779 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -81,6 +81,8 @@ public:
};
*/
+ inline StringUtf8Multilang const & GetNames() const { return m_params.name; }
+
template <class T>
inline bool ForEachName(T && fn) const
{