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-04-26 20:46:37 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:17:28 +0300
commit45bb508bad5df2c7e8effe06cd7b72915e0a0a3c (patch)
tree1dd5aa4945fd23c6eb75d5a5651ecf1aa49b2f35 /indexer/scale_index.hpp
parent9179f04bfec92ad07c4c70bd232f7dc657718a3e (diff)
New smaller index format.
Diffstat (limited to 'indexer/scale_index.hpp')
-rw-r--r--indexer/scale_index.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/scale_index.hpp b/indexer/scale_index.hpp
index 2f8ac3b0fd..b51c844836 100644
--- a/indexer/scale_index.hpp
+++ b/indexer/scale_index.hpp
@@ -55,7 +55,7 @@ class ScaleIndex : public ScaleIndexBase
{
public:
typedef ReaderT ReaderType;
- typedef IntervalIndex<uint32_t, ReaderT> IntervalIndexType;
+ typedef IntervalIndex<ReaderT> IntervalIndexType;
typedef typename IntervalIndexType::Query Query;
ScaleIndex() {}