aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderBuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/DecoderBuffer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DecoderBuffer.hxx b/src/DecoderBuffer.hxx
index cba788d0b..92cc31aa4 100644
--- a/src/DecoderBuffer.hxx
+++ b/src/DecoderBuffer.hxx
@@ -30,7 +30,7 @@
struct DecoderBuffer;
struct Decoder;
-struct input_stream;
+struct InputStream;
/**
* Creates a new buffer.
@@ -41,7 +41,7 @@ struct input_stream;
* @return the new decoder_buffer object
*/
DecoderBuffer *
-decoder_buffer_new(Decoder *decoder, struct input_stream *is,
+decoder_buffer_new(Decoder *decoder, InputStream &is,
size_t size);
/**