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/feature_offset_match.hpp')
-rw-r--r--search/feature_offset_match.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/search/feature_offset_match.hpp b/search/feature_offset_match.hpp
index 075c51a37c..9ce4023339 100644
--- a/search/feature_offset_match.hpp
+++ b/search/feature_offset_match.hpp
@@ -3,7 +3,7 @@
#include "search/query_params.hpp"
#include "search/search_common.hpp"
#include "search/search_index_values.hpp"
-#include "search/v2/token_slice.hpp"
+#include "search/token_slice.hpp"
#include "indexer/trie.hpp"
@@ -445,7 +445,7 @@ void MatchFeaturesInTrie(QueryParams const & params,
}
template <typename TValue, typename TFilter, typename ToDo>
-void MatchPostcodesInTrie(v2::TokenSlice const & slice,
+void MatchPostcodesInTrie(TokenSlice const & slice,
trie::Iterator<ValueList<TValue>> const & trieRoot,
TFilter const & filter, ToDo && toDo)
{