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/search_trie.hpp')
-rw-r--r--search/search_trie.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/search/search_trie.hpp b/search/search_trie.hpp
index b709a18071..ba9e75fb7c 100644
--- a/search/search_trie.hpp
+++ b/search/search_trie.hpp
@@ -2,7 +2,7 @@
#include "indexer/coding_params.hpp"
-#include "coding/point_to_integer.hpp"
+#include "coding/pointd_to_pointu.hpp"
namespace search
{
@@ -16,7 +16,6 @@ namespace trie
inline serial::CodingParams GetCodingParams(serial::CodingParams const & orig)
{
return serial::CodingParams(search::kPointCodingBits,
- PointU2PointD(orig.GetBasePoint(), orig.GetCoordBits()));
+ PointUToPointD(orig.GetBasePoint(), orig.GetCoordBits()));
}
-
} // namespace trie