From cc67e50f9df74fe93497f45dbea358e556e3e6c3 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Tue, 14 Jan 2020 21:22:46 +0100 Subject: [PATCH] cc_timer: add missing virtual for destructor Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/b8226d5e4b786753ff36d374f1c7644c81d0a9ba Author: Thilo Graf Date: 2020-01-14 (Tue, 14 Jan 2020) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/components/cc_timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_timer.h b/src/gui/components/cc_timer.h index 3a9ece788..ebfbfb05e 100644 --- a/src/gui/components/cc_timer.h +++ b/src/gui/components/cc_timer.h @@ -75,7 +75,7 @@ class CComponentsTimer : public sigc::trackable */ CComponentsTimer(const int64_t& interval = 1000); - ~CComponentsTimer(); + virtual ~CComponentsTimer(); /**Acivate timer * @see