mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
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:
@@ -95,6 +95,8 @@ class CComponentsSignals : public sigc::trackable
|
||||
{
|
||||
public:
|
||||
CComponentsSignals(){};
|
||||
virtual ~CComponentsSignals(){};
|
||||
|
||||
sigc::signal<void> OnError;
|
||||
|
||||
///signal on enter CComponentsForm::exec()
|
||||
|
Reference in New Issue
Block a user