Skip to content
Snippets Groups Projects
Commit 292d32ce authored by Michal Mazurek's avatar Michal Mazurek
Browse files

Fix non-virtual-dtor warnings from G4VFastSimSensitiveDetector

parent f708e162
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.
Please register or to comment