diff --git a/src/core/receiver/control_thread.h b/src/core/receiver/control_thread.h index c54032989..43fd4b6fa 100644 --- a/src/core/receiver/control_thread.h +++ b/src/core/receiver/control_thread.h @@ -67,8 +67,8 @@ public: */ ControlThread(std::shared_ptr configuration); - //! \brief Virtual destructor. Derived classes must implement the destructor - virtual ~ControlThread(); + //! \brief Destructor + ~ControlThread(); /*! \brief Runs the control thread *