From e80355d35a219cfd91754879ff62c2c337de9701 Mon Sep 17 00:00:00 2001 From: Franciszek Gorski Date: Wed, 19 Jun 2019 15:22:51 +0200 Subject: [PATCH] Support for storing more than one samples --- src/lib/stats/observation.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/stats/observation.h b/src/lib/stats/observation.h index 087eca91e0..0fa2b7f439 100644 --- a/src/lib/stats/observation.h +++ b/src/lib/stats/observation.h @@ -303,7 +303,7 @@ private: /// @brief Returns samples (internal version) /// /// @tparam SampleType type of samples (e.g. IntegerSample) - /// @tparam StorageType type of storage (e.g. list) + /// @tparam Storage type of storage (e.g. list) /// @param observation storage /// @param exp_type expected observation type (used for sanity checking) /// @throw InvalidStatType if observation type mismatches @@ -332,7 +332,6 @@ private: void setMaxSampleCountInternal(StorageType& storage, uint32_t max_samples, Type exp_type); - /// @brief Observation (statistic) name std::string name_; -- 2.47.2