aboutsummaryrefslogtreecommitdiffstats
path: root/vmime/defaultAttachment.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'vmime/defaultAttachment.hpp')
-rw-r--r--vmime/defaultAttachment.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmime/defaultAttachment.hpp b/vmime/defaultAttachment.hpp
index f5a1a5b6..d938cb46 100644
--- a/vmime/defaultAttachment.hpp
+++ b/vmime/defaultAttachment.hpp
@@ -41,8 +41,8 @@ protected:
public:
- defaultAttachment(ref <contentHandler> data, const encoding& enc, const mediaType& type, const text& desc = NULL_TEXT, const word& name = NULL_TEXT);
- defaultAttachment(ref <contentHandler> data, const mediaType& type, const text& desc = NULL_TEXT, const word& name = NULL_TEXT);
+ defaultAttachment(ref <contentHandler> data, const encoding& enc, const mediaType& type, const text& desc = NULL_TEXT, const word& name = NULL_WORD);
+ defaultAttachment(ref <contentHandler> data, const mediaType& type, const text& desc = NULL_TEXT, const word& name = NULL_WORD);
defaultAttachment(const defaultAttachment& attach);
~defaultAttachment();