aboutsummaryrefslogtreecommitdiff
path: root/audio/decoders/mp3.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/decoders/mp3.h')
-rw-r--r--audio/decoders/mp3.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/decoders/mp3.h b/audio/decoders/mp3.h
index 72bc6e1b3e..d3a5b70d45 100644
--- a/audio/decoders/mp3.h
+++ b/audio/decoders/mp3.h
@@ -50,12 +50,11 @@
#ifdef USE_MAD
namespace Common {
- class SeekableReadStream;
+class SeekableReadStream;
}
namespace Audio {
-class AudioStream;
class SeekableAudioStream;
/**