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:
authorMaxim Pimenov <m@maps.me>2016-01-22 19:04:41 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:16:03 +0300
commit4594fae4328e3921a76be04b9cccbd4b789de4c1 (patch)
treee3c420018260fd4702ac341b0ccecc1535128b99 /indexer/ftypes_matcher.hpp
parent5c9ac0e04484c80dc099d45330c317f7a83465f8 (diff)
Review fixes.
Diffstat (limited to 'indexer/ftypes_matcher.hpp')
-rw-r--r--indexer/ftypes_matcher.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp
index 400ef14499..5597589238 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -86,9 +86,8 @@ public:
class IsVillageChecker : public BaseChecker
{
-public:
IsVillageChecker();
-
+public:
template <typename TFn>
void ForEachType(TFn && fn) const
{