aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility/stream.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2006-04-18 19:04:30 +0000
committerVincent Richard <[email protected]>2006-04-18 19:04:30 +0000
commit3bbffc18de859c02130f135293e90a280101b79f (patch)
treef7264d66f60e184212306ff701d6939648bfac3b /src/utility/stream.cpp
parentClean up. (diff)
downloadvmime-3bbffc18de859c02130f135293e90a280101b79f.tar.gz
vmime-3bbffc18de859c02130f135293e90a280101b79f.zip
Renamed 'byte' to 'byte_t'.
Diffstat (limited to 'src/utility/stream.cpp')
-rw-r--r--src/utility/stream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utility/stream.cpp b/src/utility/stream.cpp
index 5a8e8989..ac219fbd 100644
--- a/src/utility/stream.cpp
+++ b/src/utility/stream.cpp
@@ -363,7 +363,7 @@ const stream::size_type inputStreamPointerAdapter::skip(const size_type count)
// inputStreamByteBufferAdapter
-inputStreamByteBufferAdapter::inputStreamByteBufferAdapter(const byte* buffer, const size_type length)
+inputStreamByteBufferAdapter::inputStreamByteBufferAdapter(const byte_t* buffer, const size_type length)
: m_buffer(buffer), m_length(length), m_pos(0)
{
}