diff --git a/search/feature_offset_match.hpp b/search/feature_offset_match.hpp index 79fd776f18..8e25248250 100644 --- a/search/feature_offset_match.hpp +++ b/search/feature_offset_match.hpp @@ -34,7 +34,7 @@ size_t CalcEqualLength(SrcIterT b, SrcIterT e, CompIterT bC, CompIterT eC) return count; } -TrieIterator * MoveTrieIteratorToString(TrieIterator const & trieRoot, +inline TrieIterator * MoveTrieIteratorToString(TrieIterator const & trieRoot, strings::UniString const & queryS, size_t & symbolsMatched, bool & bFullEdgeMatched)