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:
authorYury Melnichek <melnichek@gmail.com>2011-09-22 17:03:12 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:24:12 +0300
commitc5dbcf62dbaffb8f45b26e79a2d31e0ed04eeea1 (patch)
tree1c69e0c705d8cb54a30d1379b6d294cec7b62241 /map/feature_vec_model.hpp
parent36ecd0526d87db9e9c19d20f8333c45eb91b80f9 (diff)
Index refactoring. Breaks unit tests!!
Diffstat (limited to 'map/feature_vec_model.hpp')
-rw-r--r--map/feature_vec_model.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/feature_vec_model.hpp b/map/feature_vec_model.hpp
index 89560f50e0..da62411b48 100644
--- a/map/feature_vec_model.hpp
+++ b/map/feature_vec_model.hpp
@@ -28,7 +28,7 @@ namespace model
private:
m2::RectD m_rect;
- typedef Index<ReaderT>::Type index_t;
+ typedef Index index_t;
index_t m_multiIndex;