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-01-27 19:39:26 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:16:55 +0300
commit41cef46ddc22d5f5a6465d9bfec8cb78b30d2ae3 (patch)
tree6417426d84feda0a88fabef40ebe0306e8a1d399 /indexer/ftypes_matcher.hpp
parente6e55a9c33164b68d6768cae84899b6a2ff89396 (diff)
[search] Show address in the search table UI.
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 c2d47ec568..48bb6348fd 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -84,6 +84,13 @@ public:
static IsStreetChecker const & Instance();
};
+class IsAddressObjectChecker : public BaseChecker
+{
+ IsAddressObjectChecker();
+public:
+ static IsAddressObjectChecker const & Instance();
+};
+
class IsVillageChecker : public BaseChecker
{
IsVillageChecker();