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:
authorSergey Pisarchik <pisarchik@mapswithme.com>2014-05-21 23:31:18 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:16:21 +0300
commit953bf0335ec95a04f757301c957554823123cee0 (patch)
tree47e8ce568c327b90f068e5596a814aa7e9340598 /platform/http_thread_tizen.cpp
parentd4e00f5cd375e08ab68dc90cdb92fbafdea33e4f (diff)
[Tizen] Rename tizen_string_utils to tizen_utils.
Add CodeFromISO369_2to_1 function.
Diffstat (limited to 'platform/http_thread_tizen.cpp')
-rw-r--r--platform/http_thread_tizen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/http_thread_tizen.cpp b/platform/http_thread_tizen.cpp
index 8bf0406468..ea2b9a510b 100644
--- a/platform/http_thread_tizen.cpp
+++ b/platform/http_thread_tizen.cpp
@@ -3,7 +3,7 @@
#include "platform.hpp"
#include "http_thread_callback.hpp"
-#include "tizen_string_utils.hpp"
+#include "tizen_utils.hpp"
#include <FBaseColIEnumerator.h>