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
path: root/coding
diff options
context:
space:
mode:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-09-21 13:16:00 +0300
committerSergey Magidovich <mgsergio@mapswithme.com>2016-09-21 16:29:59 +0300
commitabfcfec733bfe1ef7f53d8e2a6ab253cd0c4d817 (patch)
treec5d99ce582c8fbcf98987e4b224afe902d23fd2b /coding
parente646b270bd68d0c27adac5ed712682cf1500b68c (diff)
Add restaurants_info utility.
Diffstat (limited to 'coding')
-rw-r--r--coding/multilang_utf8_string.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/coding/multilang_utf8_string.hpp b/coding/multilang_utf8_string.hpp
index 67323ca3ca..fc547cd327 100644
--- a/coding/multilang_utf8_string.hpp
+++ b/coding/multilang_utf8_string.hpp
@@ -105,7 +105,7 @@ public:
else
return false;
}
-
+
bool HasString(int8_t lang) const;
int8_t FindString(string const & utf8s) const;