mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
cc_timer: add missing virtual for destructor
This commit is contained in:
@@ -75,7 +75,7 @@ class CComponentsTimer : public sigc::trackable
|
||||
*/
|
||||
CComponentsTimer(const int64_t& interval = 1000);
|
||||
|
||||
~CComponentsTimer();
|
||||
virtual ~CComponentsTimer();
|
||||
|
||||
/**Acivate timer
|
||||
* @see
|
||||
|
Reference in New Issue
Block a user