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
path: root/coding
diff options
context:
space:
mode:
authorSergey Yershov <syershov@maps.me>2017-01-16 15:21:10 +0300
committerSergey Yershov <syershov@maps.me>2017-01-16 15:21:10 +0300
commit5dbece236b805b395cdde163716d863ae8b14a9f (patch)
treef4e850c309eaec67066a70cdf5c7a22e91ec6645 /coding
parent24b255d015233d8402e5c5d5bbdb14a7b5a57bad (diff)
Fix warnings
Diffstat (limited to 'coding')
-rw-r--r--coding/fixed_bits_ddvector.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/coding/fixed_bits_ddvector.hpp b/coding/fixed_bits_ddvector.hpp
index a1b619fb61..6a33acc0e5 100644
--- a/coding/fixed_bits_ddvector.hpp
+++ b/coding/fixed_bits_ddvector.hpp
@@ -130,6 +130,8 @@ public:
TWriter & m_finalWriter;
public:
+ using ValueType = TValue;
+
explicit Builder(TWriter & writer)
: m_writer(m_data), m_bits(new TBits(m_writer)), m_finalWriter(writer)
{