From 88feb8b8c0a206cb36905d8dc34d027688ce95f5 Mon Sep 17 00:00:00 2001 From: rulrich <ralf.m.ulrich@kit.edu> Date: Fri, 13 Nov 2020 14:12:37 +0100 Subject: [PATCH] style --- Environment/IEmpty.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Environment/IEmpty.hpp b/Environment/IEmpty.hpp index 1510ff2e8..6d45cd03c 100644 --- a/Environment/IEmpty.hpp +++ b/Environment/IEmpty.hpp @@ -30,7 +30,7 @@ namespace corsika::environment { virtual corsika::units::si::LengthType ArclengthFromGrammage( corsika::geometry::LineTrajectory const&, corsika::units::si::GrammageType) const = 0; - + virtual ~IEmpty() {} }; -- GitLab