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
path: root/map
diff options
context:
space:
mode:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-08-21 16:53:04 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2017-09-13 16:25:28 +0300
commitfd45889908345f6692e82c2e07fe2e4e410cd612 (patch)
treea5686ca1b422ffbe0b2f5d45f5c5451eac818181 /map
parenta8f973ba1bc413217a6a1b997eb8442a99883ef4 (diff)
Fixed unit tests after diffs integration
Diffstat (limited to 'map')
-rw-r--r--map/framework.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index 36921f05d1..10c22002a1 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -655,7 +655,7 @@ void Framework::RegisterAllMaps()
("Registering maps while map downloading leads to removing downloading maps from "
"ActiveMapsListener::m_items."));
- m_storage.RegisterAllLocalMaps();
+ m_storage.RegisterAllLocalMaps(true /* enableDiffs */);
// Fast migrate in case there are no downloaded MWM.
if (platform::migrate::NeedMigrate())