diff options
-rw-r--r-- | src/lib/base/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/base/init.h b/src/lib/base/init.h index 96e676d63..dce564b46 100644 --- a/src/lib/base/init.h +++ b/src/lib/base/init.h @@ -19,7 +19,7 @@ namespace Botan { * case, and this class is no longer needed and kept only for backwards * compatability. */ -class BOTAN_DLL LibraryInitializer +class LibraryInitializer { public: LibraryInitializer(const std::string& = "") {} |