aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/OggCodec.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-05-11 15:34:48 +0200
committerMax Kellermann <max@duempel.org>2014-05-11 15:34:48 +0200
commit6773adc7716eea7656c4590b54f7c99840ff4087 (patch)
treeb71756798018721f3aa472ce1b81aa14e84239b8 /src/decoder/plugins/OggCodec.hxx
parentee2afb35dd715d9f34a938cd54ed02a3c0091a78 (diff)
downloadmpd-6773adc7716eea7656c4590b54f7c99840ff4087.tar.gz
mpd-6773adc7716eea7656c4590b54f7c99840ff4087.tar.xz
mpd-6773adc7716eea7656c4590b54f7c99840ff4087.zip
InputStream: convert to class
Diffstat (limited to '')
-rw-r--r--src/decoder/plugins/OggCodec.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/plugins/OggCodec.hxx b/src/decoder/plugins/OggCodec.hxx
index 6643d85ad..3b096561c 100644
--- a/src/decoder/plugins/OggCodec.hxx
+++ b/src/decoder/plugins/OggCodec.hxx
@@ -25,7 +25,7 @@
#define MPD_OGG_CODEC_HXX
struct Decoder;
-struct InputStream;
+class InputStream;
enum ogg_codec {
OGG_CODEC_UNKNOWN,