diff options
Diffstat (limited to 'src/lib/utils/safeint.h')
-rw-r--r-- | src/lib/utils/safeint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/safeint.h b/src/lib/utils/safeint.h index 5c9ea4955..9a55dc4cb 100644 --- a/src/lib/utils/safeint.h +++ b/src/lib/utils/safeint.h @@ -13,7 +13,7 @@ namespace Botan { -class BOTAN_PUBLIC_API(2,0) Integer_Overflow_Detected final : public Exception +class Integer_Overflow_Detected final : public Exception { public: Integer_Overflow_Detected(const std::string& file, int line) : |