aboutsummaryrefslogtreecommitdiffstats
path: root/vmime/exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'vmime/exception.hpp')
-rw-r--r--vmime/exception.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/exception.hpp b/vmime/exception.hpp
index d364a8e1..a251a064 100644
--- a/vmime/exception.hpp
+++ b/vmime/exception.hpp
@@ -326,7 +326,7 @@ class connection_error : public messaging_exception
{
public:
- connection_error(const exception& other = NO_EXCEPTION);
+ connection_error(const string& what = "", const exception& other = NO_EXCEPTION);
~connection_error() throw();
exception* clone() const;