X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fstatistics%2FMeter.cpp;h=9c9de5fd9496ab9c10a174eecdf1e37be4d868f8;hb=983eaadca6cfae987be3453853d75bb9bce04487;hp=feda7630ff363444c6299f8aa8ce2cbac90b2200;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/source/statistics/Meter.cpp b/source/statistics/Meter.cpp index feda763..9c9de5f 100644 --- a/source/statistics/Meter.cpp +++ b/source/statistics/Meter.cpp @@ -26,7 +26,7 @@ using namespace anna::statistics; //------------------------------------------------------------------------------ // Default Constructor -Meter::Meter(const std::string & description) { +Meter::Meter(const std::string & description) : a_accumulator(description) { Engine& statsEngine = Engine::instantiate(); a_single_accumulator_concept_id = statsEngine.addConcept(description, "ms", true); }