mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
refactor: use C++11 default initializers
This commit is contained in:
@@ -2691,7 +2691,7 @@ bool CConnman::Start(CScheduler& scheduler, const Options& connOptions)
|
||||
class CNetCleanup
|
||||
{
|
||||
public:
|
||||
CNetCleanup() {}
|
||||
CNetCleanup() = default;
|
||||
|
||||
~CNetCleanup()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user