From 146f1143a5fc83b5a263d4290c676411f4984459 Mon Sep 17 00:00:00 2001 From: Markus FRANK <Markus.Frank@cern.ch> Date: Fri, 7 May 2021 01:58:14 +0200 Subject: [PATCH] Fix as reported from CMS --- DDG4/include/DDG4/Geant4AssemblyVolume.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDG4/include/DDG4/Geant4AssemblyVolume.h b/DDG4/include/DDG4/Geant4AssemblyVolume.h index d262b0ea3..463aec411 100644 --- a/DDG4/include/DDG4/Geant4AssemblyVolume.h +++ b/DDG4/include/DDG4/Geant4AssemblyVolume.h @@ -60,7 +60,7 @@ namespace dd4hep { } /// Default destructor - ~Geant4AssemblyVolume() { + virtual ~Geant4AssemblyVolume() { } long placeVolume(const TGeoNode* n, G4LogicalVolume* pPlacedVolume, G4Transform3D& transformation); -- GitLab