Destructor was not virtual

This commit is contained in:
Carles Fernandez 2015-01-12 21:05:38 +01:00
parent f9bce4f3d5
commit ea463c0615
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ public:
*/
ControlThread(std::shared_ptr<ConfigurationInterface> configuration);
//! \brief Virtual destructor. Derived classes must implement the destructor
virtual ~ControlThread();
//! \brief Destructor
~ControlThread();
/*! \brief Runs the control thread
*