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.cpp
parentcb2d67f229fcb1f1e8b1dc71afcf415d08ba2f2a (diff)
Review fixes.
Diffstat (limited to 'indexer/index.cpp')
-rw-r--r--indexer/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/index.cpp b/indexer/index.cpp
index 57852d456e..7d6e4f6d4a 100644
--- a/indexer/index.cpp
+++ b/indexer/index.cpp
@@ -129,7 +129,7 @@ void Index::FeaturesLoaderGuard::GetFeatureByIndex(uint32_t index, FeatureType &
}
}
-void Index::FeaturesLoaderGuard::GetNotEditedFeatureByIndex(uint32_t index, FeatureType & ft) const
+void Index::FeaturesLoaderGuard::GetOriginalFeatureByIndex(uint32_t index, FeatureType & ft) const
{
MwmId const & id = m_handle.GetId();
m_vector.GetByIndex(index, ft);