diff options
Diffstat (limited to 'src/lib/x509/datastor.h')
-rw-r--r-- | src/lib/x509/datastor.h | 2 |
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: /** |