summaryrefslogtreecommitdiffstats
path: root/base/histogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/histogram.h')
-rw-r--r--base/histogram.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/histogram.h b/base/histogram.h
index 5714bd7..140bdd2 100644
--- a/base/histogram.h
+++ b/base/histogram.h
@@ -177,7 +177,8 @@ class Histogram : public StatsRate {
typedef std::vector<Count> Counts;
typedef std::vector<Sample> Ranges;
- static const int kHexRangePrintingFlag = 0x8000;
+ static const int kHexRangePrintingFlag;
+
//----------------------------------------------------------------------------
// Statistic values, developed over the life of the histogram.