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:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-06-15 18:01:10 +0300
committerIlya Zverev <ilya@zverev.info>2017-06-28 19:41:05 +0300
commit2174fd1800da931b31a676966be70f692c3d6dad (patch)
treed4521191f894b79d15ebad61b2193572e35d94f2 /indexer/ftypes_matcher.hpp
parentf14b8d06174ea6bc54409e39f465944bd2d57f97 (diff)
[generator] viator
Diffstat (limited to 'indexer/ftypes_matcher.hpp')
-rw-r--r--indexer/ftypes_matcher.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp
index b092ecf51a..eba5abbe22 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -225,6 +225,14 @@ public:
static IsInvisibleIndexedChecker const & Instance();
};
+class IsCityChecker : public BaseChecker
+{
+ IsCityChecker();
+
+public:
+ static IsCityChecker const & Instance();
+};
+
class IsViatorChecker : public BaseChecker
{
IsViatorChecker();