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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-07-16 13:07:19 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:56:26 +0300
commit45faef6be3270c5d7a4fce25d04b06a5308ec8cc (patch)
tree1641436afe5c30449f09a9b1109cfc39af2c6355 /routing/routing_mapping.cpp
parent9edc10dbc26d9900498f12747eea83e669847880 (diff)
Routing indexes new file API support.
Diffstat (limited to 'routing/routing_mapping.cpp')
-rw-r--r--routing/routing_mapping.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/routing_mapping.cpp b/routing/routing_mapping.cpp
index 734f277678..bed5d60193 100644
--- a/routing/routing_mapping.cpp
+++ b/routing/routing_mapping.cpp
@@ -97,7 +97,7 @@ void RoutingMapping::Map()
++m_mapCounter;
if (!m_segMapping.IsMapped())
{
- m_segMapping.Load(m_container);
+ m_segMapping.Load(m_container, m_handle.GetInfo()->GetLocalFile());
m_segMapping.Map(m_container);
}
}