Skip to content
Snippets Groups Projects
Commit 3d7540f8 authored by Dmitry Popov's avatar Dmitry Popov
Browse files

Merge branch 'mimazure-fix-non-virtual-dtor' into 'master'

Fix non-virtual-dtor warnings from G4VFastSimSensitiveDetector

See merge request lhcb/Geant4!94
parents cb3ec233 292d32ce
No related branches found
No related tags found
1 merge request!94Fix non-virtual-dtor warnings from G4VFastSimSensitiveDetector
......@@ -54,6 +54,9 @@
class G4VFastSimSensitiveDetector
{
public:
virtual ~G4VFastSimSensitiveDetector() = default;
/// Create a hit.
///
/// It checks if G4VSensitiveDetector is also used as a base class,
......
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