From d4f1b40f20551b50491257823729eed33669e9d4 Mon Sep 17 00:00:00 2001 From: Markus FRANK <Markus.Frank@cern.ch> Date: Fri, 7 May 2021 02:06:27 +0200 Subject: [PATCH] Fix as reported from CMS --- DDG4/include/DDG4/Geant4AssemblyVolume.h | 1 + 1 file changed, 1 insertion(+) diff --git a/DDG4/include/DDG4/Geant4AssemblyVolume.h b/DDG4/include/DDG4/Geant4AssemblyVolume.h index 463aec411..731359b24 100644 --- a/DDG4/include/DDG4/Geant4AssemblyVolume.h +++ b/DDG4/include/DDG4/Geant4AssemblyVolume.h @@ -59,6 +59,7 @@ namespace dd4hep { Geant4AssemblyVolume() { } + /// Default destructor virtual ~Geant4AssemblyVolume() { } -- GitLab