tidy: modernize-use-equals-default

This commit is contained in:
MarcoFalke
2024-07-08 11:11:58 +02:00
parent bd5d1688b4
commit 3333bae9b2
53 changed files with 72 additions and 76 deletions

View File

@@ -65,7 +65,7 @@ using WalletValueMap = std::map<std::string, std::string>;
class Wallet
{
public:
virtual ~Wallet() {}
virtual ~Wallet() = default;
//! Encrypt wallet.
virtual bool encryptWallet(const SecureString& wallet_passphrase) = 0;