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 'indexer/ftypes_matcher.hpp')
-rw-r--r--indexer/ftypes_matcher.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp
index 2c42cd1f22..2e4e3c9454 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -152,6 +152,13 @@ public:
static IsBookingChecker const & Instance();
};
+class IsTinkoffChecker : public BaseChecker
+{
+ IsTinkoffChecker();
+public:
+ static IsTinkoffChecker const & Instance();
+};
+
class IsHotelChecker : public BaseChecker
{
public: