diff options
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 04fa3308..c9f901ec 100644 --- a/src/utility/stream.cpp +++ b/src/utility/stream.cpp @@ -55,7 +55,7 @@ const stream::size_type bufferedStreamCopy(inputStream& is, outputStream& os) const stream::size_type bufferedStreamCopy(inputStream& is, outputStream& os, - const stream::size_type length, progressionListener* progress) + const stream::size_type length, progressListener* progress) { stream::value_type buffer[65536]; stream::size_type total = 0; |