diff options
Diffstat (limited to 'vmime/exception.hpp')
| -rw-r--r-- | vmime/exception.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/exception.hpp b/vmime/exception.hpp index ee1fda0c..02980088 100644 --- a/vmime/exception.hpp +++ b/vmime/exception.hpp @@ -129,7 +129,7 @@ class no_encoder_available : public vmime::exception { public: - no_encoder_available(const exception& other = NO_EXCEPTION); + no_encoder_available(const string& name, const exception& other = NO_EXCEPTION); ~no_encoder_available() throw(); exception* clone() const; |
