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:
authorYuri Gorshenin <y@maps.me>2018-01-19 14:11:51 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2018-01-19 16:10:31 +0300
commita0ff36bf4869eaad9872c77c7d043649a1a87578 (patch)
treef010ec4fa1aa094d9f9b6ef72652daaf66d086fa /indexer/index.hpp
parent945a878c54377d108075ae09376993227b3c315b (diff)
[indexer] Add ability to mmap scales index.
Diffstat (limited to 'indexer/index.hpp')
-rw-r--r--indexer/index.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indexer/index.hpp b/indexer/index.hpp
index f32538d0d4..bb60541fcf 100644
--- a/indexer/index.hpp
+++ b/indexer/index.hpp
@@ -210,7 +210,6 @@ private:
};
public:
-
template <typename F>
void ForEachInRect(F && f, m2::RectD const & rect, int scale) const
{