aboutsummaryrefslogtreecommitdiffstats
path: root/vmime/message.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vmime/message.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vmime/message.hpp b/vmime/message.hpp
index 22523efc..62ff77e1 100644
--- a/vmime/message.hpp
+++ b/vmime/message.hpp
@@ -50,8 +50,8 @@ public:
// Override default generate() functions so that we can change
// the default 'maxLineLength' value
const string generate
- (const string::size_type maxLineLength = generationContext::getDefaultContext().getMaxLineLength(),
- const string::size_type curLinePos = 0) const;
+ (const size_t maxLineLength = generationContext::getDefaultContext().getMaxLineLength(),
+ const size_t curLinePos = 0) const;
};