aboutsummaryrefslogtreecommitdiffstats
path: root/src/headerFieldValue.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-12-10 07:52:51 +0000
committerVincent Richard <[email protected]>2013-12-10 07:52:51 +0000
commit7e265b05f440ed81b80f2de496c9d13221a69fe0 (patch)
treed4dad210715ea9d60b2136bd416647d4bc02166a /src/headerFieldValue.cpp
parentEnforce strict aliasing rule and avoid alignment issues. (diff)
downloadvmime-7e265b05f440ed81b80f2de496c9d13221a69fe0.tar.gz
vmime-7e265b05f440ed81b80f2de496c9d13221a69fe0.zip
Simplified types for better readability. Use appropriate types (size_t, byte_t...). Minor warning fixes.
Diffstat (limited to 'src/headerFieldValue.cpp')
-rw-r--r--src/headerFieldValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/headerFieldValue.cpp b/src/headerFieldValue.cpp
index 19daf9f2..a93e0061 100644
--- a/src/headerFieldValue.cpp
+++ b/src/headerFieldValue.cpp
@@ -30,7 +30,7 @@ namespace vmime
{
-utility::stream::size_type headerFieldValue::getGeneratedSize(const generationContext& ctx)
+size_t headerFieldValue::getGeneratedSize(const generationContext& ctx)
{
std::ostringstream oss;
utility::outputStreamAdapter osa(oss);