aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2010-01-10 15:30:31 +0000
committerJohannes Schickel2010-01-10 15:30:31 +0000
commit59471e3f4352396ba2e78c161b006e3d36e11682 (patch)
tree331186b86117fa4fe0098bd1decade530f83281a
parent0447a7f9f8850d209c5820fa7ee5350b54d96f76 (diff)
downloadscummvm-rg350-59471e3f4352396ba2e78c161b006e3d36e11682.tar.gz
scummvm-rg350-59471e3f4352396ba2e78c161b006e3d36e11682.tar.bz2
scummvm-rg350-59471e3f4352396ba2e78c161b006e3d36e11682.zip
Fix missing type forward declaration in voc.h.
svn-id: r47228
-rw-r--r--sound/voc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/voc.h b/sound/voc.h
index e16d8169f9..a11a0a5990 100644
--- a/sound/voc.h
+++ b/sound/voc.h
@@ -45,6 +45,7 @@ namespace Common { class SeekableReadStream; }
namespace Audio {
+class AudioStream;
class SeekableAudioStream;