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:
authorYuri Gorshenin <y@maps.me>2015-04-27 16:42:27 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:47:19 +0300
commitebcbdafa351cc333f958dac2bedd3876d399f95c (patch)
tree70f33e09821fbb12c3fa0970220cc133ec5e8dd0 /map/feature_vec_model.cpp
parent4687d0dd3da2dc7328e52115f1d315c869967260 (diff)
Implemented new mwm info table.
Diffstat (limited to 'map/feature_vec_model.cpp')
-rw-r--r--map/feature_vec_model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/feature_vec_model.cpp b/map/feature_vec_model.cpp
index 662626d18e..ec7b701f25 100644
--- a/map/feature_vec_model.cpp
+++ b/map/feature_vec_model.cpp
@@ -46,7 +46,7 @@ pair<MwmSet::MwmLock, bool> FeaturesFetcher::RegisterMap(string const & file)
}
MwmSet::MwmLock & lock = p.first;
ASSERT(lock.IsLocked(), ("Mwm lock invariant violation."));
- m_rect.Add(lock.GetInfo().m_limitRect);
+ m_rect.Add(lock.GetInfo()->m_limitRect);
return p;
}
catch (RootException const & e)