mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-14 06:32:33 +01:00
refactor: use C++11 default initializers
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
#include <wallet/context.h>
|
||||
|
||||
namespace wallet {
|
||||
WalletContext::WalletContext() {}
|
||||
WalletContext::~WalletContext() {}
|
||||
WalletContext::WalletContext() = default;
|
||||
WalletContext::~WalletContext() = default;
|
||||
} // namespace wallet
|
||||
|
||||
Reference in New Issue
Block a user