aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/utils/filesystem.h')
-rw-r--r--src/lib/utils/filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/filesystem.h b/src/lib/utils/filesystem.h
index 382da7de3..63ff57c4c 100644
--- a/src/lib/utils/filesystem.h
+++ b/src/lib/utils/filesystem.h
@@ -17,7 +17,7 @@ namespace Botan {
/**
* No_Filesystem_Access Exception
*/
-class BOTAN_PUBLIC_API(2,0) No_Filesystem_Access final : public Exception
+class No_Filesystem_Access final : public Exception
{
public:
No_Filesystem_Access() : Exception("No filesystem access enabled.")