From cc0de3c12c0355d8a701847193f66d3dc4c8d987 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Thu, 18 Mar 2021 14:18:52 +0100 Subject: [PATCH] Add virtual dtor where needed --- plugins/common/plugin/ForeignInstrument.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/common/plugin/ForeignInstrument.h b/plugins/common/plugin/ForeignInstrument.h index c48185fb..94baacf8 100644 --- a/plugins/common/plugin/ForeignInstrument.h +++ b/plugins/common/plugin/ForeignInstrument.h @@ -69,6 +69,8 @@ public: */ class InstrumentImporter { public: + virtual ~InstrumentImporter() {} + /** * @brief Get the format that this importer converts from */