aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/muhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/muhash.h')
-rw-r--r--src/crypto/muhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/muhash.h b/src/crypto/muhash.h
index cb53e1743e..222b866b6d 100644
--- a/src/crypto/muhash.h
+++ b/src/crypto/muhash.h
@@ -97,7 +97,7 @@ private:
public:
/* The empty set. */
- MuHash3072() noexcept {};
+ MuHash3072() noexcept = default;
/* A singleton with variable sized data in it. */
explicit MuHash3072(Span<const unsigned char> in) noexcept;