make data() method const - again !
[senf.git] / senf / Utils / StatisticAccumulator.hh
index 0293e5f..08ba344 100644 (file)
@@ -89,7 +89,7 @@ namespace senf {
         boost::uint32_t count() const;
         ///< Returns count of accumulated values.
         /**< This method returns count of accumulated values of the current accumulation.*/
-        void data( StatisticsData & data_);
+        void data( StatisticsData & data_) const;
         ///< Returns the accumulated data as a tuple
         /**< This method returns the accumulated information as a tuple.*/