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 Yershov <yershov@corp.mail.ru>2015-03-17 16:04:42 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:39:56 +0300
commit3848db2389318c41b7c29a74cf9e5f2ba7e331dc (patch)
treed2716c5a3d833c768dd4f94b22944c1fee18f822 /coding/file_sort.hpp
parenta97b51a6aaa759dc584f6f133d7aeee739aad62c (diff)
fixed warning in [indexer]
Diffstat (limited to 'coding/file_sort.hpp')
-rw-r--r--coding/file_sort.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/coding/file_sort.hpp b/coding/file_sort.hpp
index a2ed575759..98de10136c 100644
--- a/coding/file_sort.hpp
+++ b/coding/file_sort.hpp
@@ -132,7 +132,7 @@ private:
}
string const m_TmpFileName;
- uint32_t const m_BufferCapacity;
+ size_t const m_BufferCapacity;
OutputSinkT & m_OutputSink;
unique_ptr<FileWriter> m_pTmpWriter;
vector<T> m_Buffer;