Skip to content

Commit d45716b

Browse files
njacaziosawenzel
authored andcommitted
Made DecoderBase destructor virtual
1 parent f8e088e commit d45716b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Detectors/TOF/reconstruction/include/TOFReconstruction

Detectors/TOF/reconstruction/include/TOFReconstruction/DecoderBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class DecoderBase
3535

3636
public:
3737
DecoderBase() = default;
38-
~DecoderBase() = default;
38+
virtual ~DecoderBase() = default;
3939

4040
inline bool run()
4141
{

0 commit comments

Comments
 (0)