From 421e8c8c793740aaf34feff761716c1c51d8f04e Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 20 Dec 2021 20:00:03 +0000 Subject: Add the final keyword to all remaining classes that can have it. --- src/modules/extra/m_argon2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules/extra/m_argon2.cpp') diff --git a/src/modules/extra/m_argon2.cpp b/src/modules/extra/m_argon2.cpp index 6ed9c9a88..2a5341cd8 100644 --- a/src/modules/extra/m_argon2.cpp +++ b/src/modules/extra/m_argon2.cpp @@ -167,7 +167,8 @@ class HashArgon2 final } }; -class ModuleArgon2 : public Module +class ModuleArgon2 final + : public Module { private: HashArgon2 argon2i; -- cgit v1.3.1-10-gc9f91