From fdf4e5854f0c1316ed978943e7fa8ed68935612d Mon Sep 17 00:00:00 2001
From: John Chapman <jchapman@cern.ch>
Date: Mon, 27 Sep 2021 17:08:29 +0200
Subject: [PATCH] Minor fix for FilterReporterParams member variable
 initialization

---
 .../EventBookkeeperTools/FilterReporterParams.h                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Event/EventBookkeeperTools/EventBookkeeperTools/FilterReporterParams.h b/Event/EventBookkeeperTools/EventBookkeeperTools/FilterReporterParams.h
index 24cae4167420..90fc1ef37269 100644
--- a/Event/EventBookkeeperTools/EventBookkeeperTools/FilterReporterParams.h
+++ b/Event/EventBookkeeperTools/EventBookkeeperTools/FilterReporterParams.h
@@ -152,7 +152,7 @@ private:
 
   /// \brief the \ref CutIdentifier for this filter algorithm
 private:
-  CutIdentifier m_cutID;
+  CutIdentifier m_cutID{};
 
   /// \brief the handle to the service holding tables of cut-flows
   /// for filtering algs.
-- 
GitLab