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:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-08-06 15:06:53 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:59:36 +0300
commit199effc98e9bbc4c594547f7580b0b853c8b0400 (patch)
tree30222cf493738aaf286cbd8103b8585ad45214b8 /map/framework.cpp
parent8c9f87e66ac5bc12b082493dd638aa72c70ab101 (diff)
Review fixes
Diffstat (limited to 'map/framework.cpp')
-rw-r--r--map/framework.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index ec9e54a153..520546f868 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -657,6 +657,7 @@ bool Framework::AddBookmarksFile(string const & filePath)
void Framework::PrepareToShutdown()
{
#ifndef USE_DRAPE
+ m_bmManager.PrepareToShutdown();
SetRenderPolicy(0);
#else
m_drapeEngine.Destroy();