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/index.hpp
parentcb2d67f229fcb1f1e8b1dc71afcf415d08ba2f2a (diff)
Review fixes.
Diffstat (limited to 'indexer/index.hpp')
-rw-r--r--indexer/index.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/index.hpp b/indexer/index.hpp
index 23418655aa..8694055151 100644
--- a/indexer/index.hpp
+++ b/indexer/index.hpp
@@ -287,7 +287,7 @@ public:
/// Everyone, except Editor core, should use this method.
void GetFeatureByIndex(uint32_t index, FeatureType & ft) const;
/// Editor core only method, to get 'untouched', original version of feature.
- void GetNotEditedFeatureByIndex(uint32_t index, FeatureType & ft) const;
+ void GetOriginalFeatureByIndex(uint32_t index, FeatureType & ft) const;
inline FeaturesVector const & GetFeaturesVector() const { return m_vector; }
private: