diff options
author | vincent-richard <[email protected]> | 2020-09-02 17:24:11 +0000 |
---|---|---|
committer | vincent-richard <[email protected]> | 2020-09-02 17:24:11 +0000 |
commit | e25751cc0d18892d70669c2632cbc222d0cb6880 (patch) | |
tree | 9b731a576833cdb216af8fcdcf34c63361016f45 /src | |
parent | Merge pull request #240 from josusky/master (diff) | |
download | vmime-e25751cc0d18892d70669c2632cbc222d0cb6880.tar.gz vmime-e25751cc0d18892d70669c2632cbc222d0cb6880.zip |
Fixed missing default argument.
Diffstat (limited to 'src')
-rw-r--r-- | src/vmime/net/sendmail/sendmailTransport.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |