cc_signals: add missing virtual destructor

Origin commit data
------------------
Branch: ni/coolstream
Commit: 91b11ebee0
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)


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

------------------
This commit was generated by Migit
This commit is contained in:
2019-10-27 22:56:50 +01:00
committed by vanhofen
parent d0fe91e775
commit cd0111a23b

View File

@@ -95,6 +95,8 @@ class CComponentsSignals : public sigc::trackable
{
public:
CComponentsSignals(){};
virtual ~CComponentsSignals(){};
sigc::signal<void> OnError;
///signal on enter CComponentsForm::exec()