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:
authorYury Melnichek <melnichek@gmail.com>2011-09-22 17:03:12 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:24:12 +0300
commitc5dbcf62dbaffb8f45b26e79a2d31e0ed04eeea1 (patch)
tree1c69e0c705d8cb54a30d1379b6d294cec7b62241 /map/feature_vec_model.cpp
parent36ecd0526d87db9e9c19d20f8333c45eb91b80f9 (diff)
Index refactoring. Breaks unit tests!!
Diffstat (limited to 'map/feature_vec_model.cpp')
-rw-r--r--map/feature_vec_model.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/map/feature_vec_model.cpp b/map/feature_vec_model.cpp
index 9c71235446..abe255b162 100644
--- a/map/feature_vec_model.cpp
+++ b/map/feature_vec_model.cpp
@@ -58,12 +58,12 @@ void FeaturesFetcher::RemoveMap(string const & fName)
void FeaturesFetcher::Clean()
{
m_rect.MakeEmpty();
- m_multiIndex.Clean();
+ // TODO: m_multiIndex.Clear(); - is it needed?
}
void FeaturesFetcher::ClearCaches()
{
- m_multiIndex.ClearCaches();
+ m_multiIndex.ClearCache();
}
m2::RectD FeaturesFetcher::GetWorldRect() const