aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/datastor.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-12-28 07:25:51 -0500
committerJack Lloyd <[email protected]>2017-12-28 07:25:51 -0500
commitdb23059fdb4e6127a75bd9c52dab722d52ff09d6 (patch)
tree22cb3d7b3c1da2be295ee3230fe8dd1e2de19b78 /src/lib/x509/datastor.h
parentbbeb0675d334adca030a6531d8b067d43df4c9df (diff)
Add final annotation on Data_Store
Diffstat (limited to 'src/lib/x509/datastor.h')
-rw-r--r--src/lib/x509/datastor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/x509/datastor.h b/src/lib/x509/datastor.h
index 556a78984..ec3c5189b 100644
--- a/src/lib/x509/datastor.h
+++ b/src/lib/x509/datastor.h
@@ -24,7 +24,7 @@ namespace Botan {
* reasons. There is no reason for applications to use this type directly.
* It will be removed in a future major release.
*/
-class BOTAN_UNSTABLE_API Data_Store
+class BOTAN_UNSTABLE_API Data_Store final
{
public:
/**