[DEBUG] correct missing virtual destructor
This commit is contained in:
parent
115506ff9b
commit
e949384b81
@ -24,7 +24,7 @@ namespace esignal {
|
|||||||
/**
|
/**
|
||||||
* @brief Destructor.
|
* @brief Destructor.
|
||||||
*/
|
*/
|
||||||
~Interface();
|
virtual ~Interface();
|
||||||
/**
|
/**
|
||||||
* @brief Register a parameter class pointer in the List of parameters
|
* @brief Register a parameter class pointer in the List of parameters
|
||||||
* @note This class does not destroy the parameter pointer!!!
|
* @note This class does not destroy the parameter pointer!!!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user