diff options
| author | Vincent Richard <[email protected]> | 2006-04-18 19:04:30 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2006-04-18 19:04:30 +0000 |
| commit | 3bbffc18de859c02130f135293e90a280101b79f (patch) | |
| tree | f7264d66f60e184212306ff701d6939648bfac3b /src/utility/stream.cpp | |
| parent | Clean up. (diff) | |
| download | vmime-3bbffc18de859c02130f135293e90a280101b79f.tar.gz vmime-3bbffc18de859c02130f135293e90a280101b79f.zip | |
Renamed 'byte' to 'byte_t'.
Diffstat (limited to 'src/utility/stream.cpp')
| -rw-r--r-- | src/utility/stream.cpp | 2 |
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) { } |
