forked from organicmaps/organicmaps
[search] Rename feature_match.hpp -> feature_offset_match.hpp
This commit is contained in:
parent
3d60bbdcde
commit
07af1fd83e
3 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ HEADERS += \
|
|||
categories_holder.hpp \
|
||||
search_trie_matching.hpp \
|
||||
approximate_string_match.hpp \
|
||||
feature_match.hpp \
|
||||
feature_offset_match.hpp \
|
||||
|
||||
SOURCES += \
|
||||
search_engine.cpp \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "search_query.hpp"
|
||||
#include "categories_holder.hpp"
|
||||
#include "feature_match.hpp"
|
||||
#include "feature_offset_match.hpp"
|
||||
#include "latlon_match.hpp"
|
||||
#include "result.hpp"
|
||||
#include "../indexer/feature_covering.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue