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:
Diffstat (limited to 'indexer/feature.hpp')
-rw-r--r--indexer/feature.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/feature.hpp b/indexer/feature.hpp
index dc7ee5650e..a676164075 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -103,8 +103,8 @@ public:
return m_center;
}
- template <typename FunctorT>
- void ForEachTypeRef(FunctorT & f) const
+ template <typename ToDo>
+ void ForEachType(ToDo f) const
{
ParseTypes();