aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss/atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/pubkey/xmss/atomic.h')
-rw-r--r--src/lib/pubkey/xmss/atomic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubkey/xmss/atomic.h b/src/lib/pubkey/xmss/atomic.h
index 760ffddc3..d2e65c104 100644
--- a/src/lib/pubkey/xmss/atomic.h
+++ b/src/lib/pubkey/xmss/atomic.h
@@ -20,7 +20,7 @@ template <typename T>
* std::vector. The construction of instances of this wrapper is NOT atomic
* and needs to be properly guarded.
**/
-class Atomic
+class Atomic final
{
public:
Atomic() = default;