aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/contentHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contentHandler.cpp b/src/contentHandler.cpp
index bf7923a4..295df165 100644
--- a/src/contentHandler.cpp
+++ b/src/contentHandler.cpp
@@ -106,7 +106,7 @@ void contentHandler::setData(const string& buffer, const string::size_type start
}
-void contentHandler::setData(utility::inputStream* const is, const utility::stream::size_type length,
+void contentHandler::setData(utility::inputStream* is, const utility::stream::size_type length,
const bool own, const vmime::encoding& enc)
{
m_type = TYPE_STREAM;