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:
authorvng <viktor.govako@gmail.com>2016-04-13 16:07:35 +0300
committervng <viktor.govako@gmail.com>2016-04-13 16:59:56 +0300
commitadf8197d8a395aee92a669ef6d75a76219552869 (patch)
treef8a6bb27bc19bb157ad0bf1bdd54a20f9ee8d3e5 /indexer/ftypes_matcher.hpp
parent047ebf3c4a6eb7e0a5f6fcf67389bffa126c02d8 (diff)
[generator] Tune threshold distance for the equal places filter algorithm.
Diffstat (limited to 'indexer/ftypes_matcher.hpp')
-rw-r--r--indexer/ftypes_matcher.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp
index d93d06a50a..d2a11b24b2 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -165,6 +165,7 @@ class IsLocalityChecker : public BaseChecker
{
IsLocalityChecker();
public:
+ Type GetType(uint32_t t) const;
Type GetType(feature::TypesHolder const & types) const;
Type GetType(FeatureType const & f) const;