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:
authorAlex Zolotarev <alex@maps.me>2015-04-09 15:10:04 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:42 +0300
commitb2a5d98f273574773e280386304da0b1f41e46a9 (patch)
tree2fe42dc537a3979d341213cafb8504e9664482ba /indexer/ftypes_matcher.hpp
parent54575aee00ae2e23f413a7f3797570532e1fed9d (diff)
Singletone IsBuildingChecker.
Diffstat (limited to 'indexer/ftypes_matcher.hpp')
-rw-r--r--indexer/ftypes_matcher.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp
index 9ed2044cae..df194d3b46 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -80,16 +80,16 @@ public:
class IsLinkChecker : public BaseChecker
{
-public:
IsLinkChecker();
+public:
static IsLinkChecker const & Instance();
};
class IsBuildingChecker : public BaseChecker
{
-public:
IsBuildingChecker();
-
+public:
+ static IsBuildingChecker const & Instance();
uint32_t GetMainType() const { return m_types[0]; }
};