Add virtual dtor where needed
This commit is contained in:
parent
2b4efe6eb7
commit
cc0de3c12c
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue