diff options
author | Johannes Schickel | 2010-01-10 15:30:31 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-01-10 15:30:31 +0000 |
commit | 59471e3f4352396ba2e78c161b006e3d36e11682 (patch) | |
tree | 331186b86117fa4fe0098bd1decade530f83281a | |
parent | 0447a7f9f8850d209c5820fa7ee5350b54d96f76 (diff) | |
download | scummvm-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.h | 1 |
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; |