diff options
Diffstat (limited to '')
-rw-r--r-- | vmime/security/sasl/SASLSocket.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/security/sasl/SASLSocket.hpp b/vmime/security/sasl/SASLSocket.hpp index 7e442da9..3c1cf12c 100644 --- a/vmime/security/sasl/SASLSocket.hpp +++ b/vmime/security/sasl/SASLSocket.hpp @@ -46,7 +46,7 @@ class SASLSession; /** A socket which provides data integrity and/or privacy protection. */ -class SASLSocket : public net::socket +class VMIME_EXPORT SASLSocket : public net::socket { public: |