diff options
-rw-r--r-- | base/histogram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/histogram.h b/base/histogram.h index 295f610..8b5743f 100644 --- a/base/histogram.h +++ b/base/histogram.h @@ -175,7 +175,7 @@ class Histogram : public StatsRate { static const Sample kSampleType_MAX = INT_MAX; typedef std::vector<Count> Counts; - typedef std::vector<const Sample> Ranges; + typedef std::vector<Sample> Ranges; static const int kHexRangePrintingFlag = 0x8000; //---------------------------------------------------------------------------- |