summaryrefslogtreecommitdiffstats
path: root/base/histogram.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/histogram.cc')
-rw-r--r--base/histogram.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/histogram.cc b/base/histogram.cc
index fc72f8f..28ba23c 100644
--- a/base/histogram.cc
+++ b/base/histogram.cc
@@ -43,6 +43,9 @@
typedef Histogram::Count Count;
+// static
+const int Histogram::kHexRangePrintingFlag = 0x8000;
+
Histogram::Histogram(const wchar_t* name, Sample minimum,
Sample maximum, size_t bucket_count)
: StatsRate(name),