aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/cipher_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/modes/cipher_mode.h')
-rw-r--r--src/lib/modes/cipher_mode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/modes/cipher_mode.h b/src/lib/modes/cipher_mode.h
index cdf16e37c..411a1b3e5 100644
--- a/src/lib/modes/cipher_mode.h
+++ b/src/lib/modes/cipher_mode.h
@@ -23,7 +23,7 @@ namespace Botan {
class BOTAN_DLL Cipher_Mode
{
public:
- virtual ~Cipher_Mode() {}
+ virtual ~Cipher_Mode() = default;
/*
* Prepare for processing a message under the specified nonce