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:
authorSergey Magidovich <mgsergio@mapswithme.com>2015-12-23 17:10:09 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:04:06 +0300
commit0cd90b502238a889535400b9d8344aea9a95488a (patch)
treece57b8f592b3c155d5d1cff43f12956c57dcb282 /indexer/feature.hpp
parente4f10f150243b954f844a84bca2608f5954d8f23 (diff)
Implement type of a FeatureType serialization.
Diffstat (limited to 'indexer/feature.hpp')
-rw-r--r--indexer/feature.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature.hpp b/indexer/feature.hpp
index 693e705cfd..9100d48b1a 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -105,7 +105,7 @@ public:
}
template <typename ToDo>
- void ForEachType(ToDo f) const
+ void ForEachType(ToDo && f) const
{
ParseTypes();