Ref T709, removed unused includes and style

This commit is contained in:
Klaus Basan
2019-07-30 00:57:55 +02:00
committed by Mat Sutcliffe
parent 006fbc88ae
commit 97926eee26
6 changed files with 9 additions and 10 deletions

View File

@@ -41,7 +41,7 @@ namespace XSwiftBus
CService(CSettings *staticSettings);
//! Destructor
~CService() override = default;
virtual ~CService() override = default;
//! DBus interface name
static const std::string &InterfaceName()