summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/statistics.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/statistics.hh b/base/statistics.hh
index 056adea57..db08f14f7 100644
--- a/base/statistics.hh
+++ b/base/statistics.hh
@@ -2277,6 +2277,7 @@ struct StatBin : public GenBin
int _size;
public:
+ enum { binned = true };
VectorBin() : _size(0) {}
bool initialized() const { return _size > 0; }