From 98f124427120acae03fe9e4a15549bd64a3e3677 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 17 Oct 2012 12:03:07 +0200 Subject: [PATCH] Fix: Added missing DLL exports for Windows. --- lib/base/exception.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/base/exception.h b/lib/base/exception.h index b4ead45a8..dbf574a91 100644 --- a/lib/base/exception.h +++ b/lib/base/exception.h @@ -89,7 +89,7 @@ DEFINE_EXCEPTION_CLASS(NotImplementedException); * * @ingroup base */ -class Win32Exception : public Exception +class I2_BASE_API Win32Exception : public Exception { public: /** @@ -117,7 +117,7 @@ public: * * @ingroup base */ -class PosixException : public Exception +class I2_BASE_API PosixException : public Exception { public: /** @@ -144,7 +144,7 @@ public: * * @ingroup base */ -class OpenSSLException : public Exception +class I2_BASE_API OpenSSLException : public Exception { public: /**