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:
authorvng <viktor.govako@gmail.com>2011-10-15 21:21:08 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:26:03 +0300
commitda53c6195ba1d1f9000013ba501f0f428660967c (patch)
tree3bec89c87f33165d03662c7979f2a2ca405d6e6c /indexer/feature_loader_base.hpp
parent7213aade43df084f27a02180c66d29268530cb69 (diff)
Support dynamic scales in mwm header.
Diffstat (limited to 'indexer/feature_loader_base.hpp')
-rw-r--r--indexer/feature_loader_base.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature_loader_base.hpp b/indexer/feature_loader_base.hpp
index 93d5849bc4..8fccfdaa57 100644
--- a/indexer/feature_loader_base.hpp
+++ b/indexer/feature_loader_base.hpp
@@ -93,7 +93,7 @@ namespace feature
uint32_t m_ptsSimpMask;
- typedef array<uint32_t, 4> offsets_t; // should be synchronized with ARRAY_SIZE(g_arrScales)
+ typedef buffer_vector<uint32_t, DataHeader::MAX_SCALES_COUNT> offsets_t;
offsets_t m_ptsOffsets, m_trgOffsets;
};