aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/certstor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/x509/certstor.h')
-rw-r--r--src/lib/x509/certstor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/x509/certstor.h b/src/lib/x509/certstor.h
index c2ce8b15b..f08e03bae 100644
--- a/src/lib/x509/certstor.h
+++ b/src/lib/x509/certstor.h
@@ -71,7 +71,7 @@ class BOTAN_PUBLIC_API(2,0) Certificate_Store
/**
* In Memory Certificate Store
*/
-class BOTAN_PUBLIC_API(2,0) Certificate_Store_In_Memory : public Certificate_Store
+class BOTAN_PUBLIC_API(2,0) Certificate_Store_In_Memory final : public Certificate_Store
{
public:
/**