Add virtual dtor where needed

This commit is contained in:
Jean Pierre Cimalando 2021-03-18 14:18:52 +01:00
parent 2b4efe6eb7
commit cc0de3c12c

View file

@ -69,6 +69,8 @@ public:
*/ */
class InstrumentImporter { class InstrumentImporter {
public: public:
virtual ~InstrumentImporter() {}
/** /**
* @brief Get the format that this importer converts from * @brief Get the format that this importer converts from
*/ */