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:
authorRoman Kuznetsov <r.kuznetsow@gmail.com>2017-10-09 17:22:13 +0300
committerAleksandr Zatsepin <alexzatsepin@users.noreply.github.com>2017-10-09 17:22:13 +0300
commit73d013fb9dad6b61912744e6d60d7419d905ca9b (patch)
tree11129593a0135124172cdb01dc8b123f8edab281 /indexer/ftypes_matcher.hpp
parent47821176f58727466433433cc585df2a876ff3c1 (diff)
Added a sponsored project Thor (#7216)beta-1059
* Added a sponsored project Thor * Review fixes
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 5378ed6612..5b1143e5d6 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -234,6 +234,14 @@ public:
static IsViatorChecker const & Instance();
};
+class IsThorChecker : public BaseChecker
+{
+ IsThorChecker();
+
+public:
+ static IsThorChecker const & Instance();
+};
+
class IsPublicTransportStopChecker : public BaseChecker
{
IsPublicTransportStopChecker();