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:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-03-21 21:38:56 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-03-30 14:51:06 +0300
commitd13124d48244721d0cca3f59dcd3ed1a7d8fa641 (patch)
tree950f6109e12b2172eb0c234f20c598b0f8dd8e84 /indexer/feature_utils.hpp
parent61c7d12fbdad8709cba58b1106c366ca26fc2d62 (diff)
Using transliteration for obtaining best feature name.
Diffstat (limited to 'indexer/feature_utils.hpp')
-rw-r--r--indexer/feature_utils.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/feature_utils.hpp b/indexer/feature_utils.hpp
index d6ff2ff180..276aaaee6a 100644
--- a/indexer/feature_utils.hpp
+++ b/indexer/feature_utils.hpp
@@ -7,6 +7,8 @@
struct FeatureID;
class StringUtf8Multilang;
+std::string Transliterate(std::string const & str, std::string const & lang);
+
namespace feature
{
class TypesHolder;