Update BaseDaemon.cpp

This commit is contained in:
alexey-milovidov 2020-03-27 00:03:02 +03:00 committed by GitHub
parent 7ef1064a40
commit f3975e000e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -366,9 +366,7 @@ void BaseDaemon::reloadConfiguration()
}
BaseDaemon::BaseDaemon()
{
}
BaseDaemon::BaseDaemon() = default;
BaseDaemon::~BaseDaemon()