cc_timer: add missing virtual for destructor

Origin commit data
------------------
Branch: ni/coolstream
Commit: b8226d5e4b
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-14 (Tue, 14 Jan 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2020-01-14 21:22:46 +01:00
committed by vanhofen
parent a9e7002e17
commit cc67e50f9d

View File

@@ -75,7 +75,7 @@ class CComponentsTimer : public sigc::trackable
*/ */
CComponentsTimer(const int64_t& interval = 1000); CComponentsTimer(const int64_t& interval = 1000);
~CComponentsTimer(); virtual ~CComponentsTimer();
/**Acivate timer /**Acivate timer
* @see * @see