This commit is contained in:
Klaus Basan
2019-04-26 01:16:15 +02:00
parent 6a9de7389a
commit c51dce8bfd
5 changed files with 11 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ namespace XSwiftBus
CDBusServer();
//! Destructor
~CDBusServer();
~CDBusServer() override;
//! Set the dispatcher
void setDispatcher(CDBusDispatcher *dispatcher);