cc_timer: add missing virtual for destructor

This commit is contained in:
2020-01-14 08:55:44 +01:00
parent 1282dd658a
commit 4c3afd447f

View File

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