From 14c282c516d792f9a0e72ac15f4548d7e9355cd1 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Fri, 22 Apr 2022 11:11:54 +0200 Subject: [PATCH] SegmentationInterna: fix shadow warning --- DDCore/include/DD4hep/detail/SegmentationsInterna.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDCore/include/DD4hep/detail/SegmentationsInterna.h b/DDCore/include/DD4hep/detail/SegmentationsInterna.h index a43606b33..bdc37f499 100644 --- a/DDCore/include/DD4hep/detail/SegmentationsInterna.h +++ b/DDCore/include/DD4hep/detail/SegmentationsInterna.h @@ -46,7 +46,7 @@ namespace dd4hep { class SegmentationObject { public: /// Standard constructor - SegmentationObject(DDSegmentation::Segmentation* s = 0); + SegmentationObject(DDSegmentation::Segmentation* seg = 0); /// Default destructor virtual ~SegmentationObject(); /// Access the encoding string -- GitLab