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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-09-28 11:51:05 +0300
committerLev Dragunov <l.dragunov@corp.mail.ru>2015-10-07 14:48:51 +0300
commit37d22d29373bf0c8b5dc8d08ea1075f640cccfab (patch)
tree85bebd843ae9ecb4edce2560bf712189a10d0e6d /indexer/ftypes_matcher.hpp
parent513a61ea0c7868b636eebb705ea6097cdb6deea2 (diff)
More PR fixes.
Diffstat (limited to 'indexer/ftypes_matcher.hpp')
-rw-r--r--indexer/ftypes_matcher.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp
index 6a2a98b698..9d985fe0d5 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -48,9 +48,9 @@ public:
class IsSpeedCamChecker : public BaseChecker
{
-public:
IsSpeedCamChecker();
+public:
static IsSpeedCamChecker const & Instance();
};