[DEBUG] correct missing virtual destructor

This commit is contained in:
Edouard DUPIN 2016-03-14 21:27:55 +01:00
parent 115506ff9b
commit e949384b81

View File

@ -24,7 +24,7 @@ namespace esignal {
/**
* @brief Destructor.
*/
~Interface();
virtual ~Interface();
/**
* @brief Register a parameter class pointer in the List of parameters
* @note This class does not destroy the parameter pointer!!!