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:
authorExMix <rahuba.youri@mapswithme.com>2014-09-16 14:00:28 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:27:09 +0300
commitb95ebf1da3180651ed4567cd66fa689f89c4dd79 (patch)
tree3d17a4032b1c7b34eace5beb642619fdf233eb38 /platform/platform_tizen.cpp
parent767e14ca685e92178ae4aaad9756cb04326c8403 (diff)
[core] handle routing start in lite version
Diffstat (limited to 'platform/platform_tizen.cpp')
-rw-r--r--platform/platform_tizen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/platform_tizen.cpp b/platform/platform_tizen.cpp
index b0cb4db90d..f554700991 100644
--- a/platform/platform_tizen.cpp
+++ b/platform/platform_tizen.cpp
@@ -41,6 +41,7 @@ Platform::Platform()
m_flags[HAS_BOOKMARKS] = true;
m_flags[HAS_ROTATION] = true;
+ m_flags[HAS_ROUTING] = true;
}
int Platform::CpuCores() const