1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-14 12:10:34 +00:00

Destructor was not virtual

This commit is contained in:
Carles Fernandez 2015-01-12 21:05:38 +01:00
parent f9bce4f3d5
commit ea463c0615

View File

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