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-05-12 18:41:27 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:47:21 +0300
commit3a4720b9633043783641df3dae96b965c08a282b (patch)
treebd53b77d91bfd726184377b31aadbd8e8bd613fc /indexer/index.cpp
parentff2161f76efebd8ae59a2d8b0a818e00e92c2619 (diff)
Localized all mwm references to a two functions.
Diffstat (limited to 'indexer/index.cpp')
-rw-r--r--indexer/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/index.cpp b/indexer/index.cpp
index adfb202b3f..e27814dc74 100644
--- a/indexer/index.cpp
+++ b/indexer/index.cpp
@@ -142,7 +142,7 @@ pair<MwmSet::MwmLock, Index::UpdateStatus> Index::UpdateMap(string const & fileN
{
lock_guard<mutex> lock(m_lock);
- MwmId const id = GetIdByName(fileName);
+ MwmId const id = GetMwmIdByFileNameImpl(fileName);
shared_ptr<MwmInfo> info = id.GetInfo();
if (id.IsAlive() && info->m_lockCount > 0)
{