Utils: Add stddev support to Statistics
[senf.git] / senf / Utils / StatisticsTargets.ih
index 54c5d00..fcca853 100644 (file)
@@ -65,7 +65,7 @@ namespace detail {
         : boost::noncopyable
     {
         StatisticsLogger(std::string const & label_);
-        void operator()(float min, float avg, float max);
+        void operator()(float min, float avg, float max, float dev);
         
         std::string label;
     };