aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/numbertheory
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-08-13 08:00:18 -0400
committerJack Lloyd <[email protected]>2018-08-13 08:00:18 -0400
commit43a5eebea5892e04de1e7a3967a175016ae99d94 (patch)
tree877e86db949075fa2c10e0aee300e04126d7b20b /src/lib/math/numbertheory
parenta5fc1905a71841c60b9b230744fcb8036090f11c (diff)
Add some final annotations
Diffstat (limited to 'src/lib/math/numbertheory')
-rw-r--r--src/lib/math/numbertheory/make_prm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/math/numbertheory/make_prm.cpp b/src/lib/math/numbertheory/make_prm.cpp
index 1979fa550..2333e2c93 100644
--- a/src/lib/math/numbertheory/make_prm.cpp
+++ b/src/lib/math/numbertheory/make_prm.cpp
@@ -14,7 +14,7 @@ namespace Botan {
namespace {
-class Prime_Sieve
+class Prime_Sieve final
{
public:
Prime_Sieve(const BigInt& init_value) : m_sieve(PRIME_TABLE_SIZE)