diff --git a/opencensus/common/internal/stats_object.h b/opencensus/common/internal/stats_object.h index b8c98401..f70a6f9d 100644 --- a/opencensus/common/internal/stats_object.h +++ b/opencensus/common/internal/stats_object.h @@ -78,7 +78,7 @@ class StatsObject { // Create a new StatsObject keeping num_stats distinct stats over the past // 'interval'. 'interval' will be rounded to 1 second if it is smaller. - StatsObject(uint16_t num_stats, absl::Duration interval, absl::Time now); + StatsObject(uint16_t num_stats, absl::Duration interval, absl::Time now); // The number of distinct stats we keep data for. uint16_t num_stats() const { return num_stats_; }