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:
parent
f9bce4f3d5
commit
ea463c0615
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user