diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/OggCodec.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/OggCodec.hxx b/src/decoder/OggCodec.hxx index b24b4ec5c..857871607 100644 --- a/src/decoder/OggCodec.hxx +++ b/src/decoder/OggCodec.hxx @@ -34,6 +34,6 @@ enum ogg_codec { }; enum ogg_codec -ogg_codec_detect(Decoder *decoder, struct input_stream *is); +ogg_codec_detect(Decoder *decoder, InputStream &is); #endif /* _OGG_COMMON_H */ |