[hamradio-commits] [gnss-sdr] 20/27: Destructor was not virtual

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Wed Jan 14 09:07:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.

commit ea463c0615685b0a06746c3f84aa496a95ce6947
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Mon Jan 12 21:05:38 2015 +0100

    Destructor was not virtual
---
 src/core/receiver/control_thread.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/core/receiver/control_thread.h b/src/core/receiver/control_thread.h
index c540329..43fd4b6 100644
--- a/src/core/receiver/control_thread.h
+++ b/src/core/receiver/control_thread.h
@@ -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
      *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list