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 eb709286b..b24b4ec5c 100644 --- a/src/decoder/OggCodec.hxx +++ b/src/decoder/OggCodec.hxx @@ -34,6 +34,6 @@ enum ogg_codec { }; enum ogg_codec -ogg_codec_detect(struct decoder *decoder, struct input_stream *is); +ogg_codec_detect(Decoder *decoder, struct input_stream *is); #endif /* _OGG_COMMON_H */ |