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/mwm_tests
parent4687d0dd3da2dc7328e52115f1d315c869967260 (diff)
Implemented new mwm info table.
Diffstat (limited to 'map/mwm_tests')
-rw-r--r--map/mwm_tests/mwm_index_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/mwm_tests/mwm_index_test.cpp b/map/mwm_tests/mwm_index_test.cpp
index 5b82704437..5f3b3e509e 100644
--- a/map/mwm_tests/mwm_index_test.cpp
+++ b/map/mwm_tests/mwm_index_test.cpp
@@ -45,7 +45,7 @@ bool RunTest(string const & fileName, int lowS, int highS)
MwmSet::MwmLock const & lock = p.first;
ASSERT(lock.IsLocked(), ());
- version::Format const version = lock.GetInfo().m_version.format;
+ version::Format const version = lock.GetInfo()->m_version.format;
if (version == version::unknownFormat)
return false;