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 'search/reverse_geocoder.hpp')
-rw-r--r--search/reverse_geocoder.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/search/reverse_geocoder.hpp b/search/reverse_geocoder.hpp
index 3751a78f35..2984a888f6 100644
--- a/search/reverse_geocoder.hpp
+++ b/search/reverse_geocoder.hpp
@@ -4,6 +4,8 @@
#include "indexer/feature_decl.hpp"
+#include "base/string_utils.hpp"
+
#include "std/string.hpp"
#include "std/utility.hpp"
#include "std/vector.hpp"
@@ -58,7 +60,8 @@ public:
}
};
- static size_t GetMatchedStreetIndex(string const & keyName, vector<Street> const & streets);
+ static size_t GetMatchedStreetIndex(strings::UniString const & keyName,
+ vector<Street> const & streets);
struct Address
{