diff options
Diffstat (limited to 'vmime/net/smtp/SMTPSTransport.hpp')
| -rw-r--r-- | vmime/net/smtp/SMTPSTransport.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/net/smtp/SMTPSTransport.hpp b/vmime/net/smtp/SMTPSTransport.hpp index cbc6a168..7782f711 100644 --- a/vmime/net/smtp/SMTPSTransport.hpp +++ b/vmime/net/smtp/SMTPSTransport.hpp @@ -46,7 +46,7 @@ class VMIME_EXPORT SMTPSTransport : public SMTPTransport { public: - SMTPSTransport(ref <session> sess, ref <security::authenticator> auth); + SMTPSTransport(shared_ptr <session> sess, shared_ptr <security::authenticator> auth); ~SMTPSTransport(); const string getProtocolName() const; |
