Skip to content
Snippets Groups Projects
Commit 14c282c5 authored by Andre Sailer's avatar Andre Sailer
Browse files

SegmentationInterna: fix shadow warning

parent fa17ba1e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment