summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/base/statistics.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/statistics.hh b/src/base/statistics.hh
index c74ac6577..45cd5186c 100644
--- a/src/base/statistics.hh
+++ b/src/base/statistics.hh
@@ -1388,8 +1388,8 @@ class DistStor
min_val = CounterLimits::max();
max_val = CounterLimits::min();
- underflow = 0;
- overflow = 0;
+ underflow = Counter();
+ overflow = Counter();
size_type size = cvec.size();
for (off_type i = 0; i < size; ++i)