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:
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