From e25751cc0d18892d70669c2632cbc222d0cb6880 Mon Sep 17 00:00:00 2001 From: vincent-richard Date: Wed, 2 Sep 2020 19:24:11 +0200 Subject: [PATCH] Fixed missing default argument. --- src/vmime/net/sendmail/sendmailTransport.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vmime/net/sendmail/sendmailTransport.hpp b/src/vmime/net/sendmail/sendmailTransport.hpp index 56e11d7c..ce2cfe99 100644 --- a/src/vmime/net/sendmail/sendmailTransport.hpp +++ b/src/vmime/net/sendmail/sendmailTransport.hpp @@ -74,7 +74,7 @@ public: const size_t size, utility::progressListener* progress = NULL, const mailbox& sender = mailbox(), - const dsnAttributes& dsnAttrs + const dsnAttributes& dsnAttrs = dsnAttributes() ); bool isSecuredConnection() const;