aboutsummaryrefslogtreecommitdiff
path: root/sound/vorbis.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/vorbis.h')
-rw-r--r--sound/vorbis.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/vorbis.h b/sound/vorbis.h
index 9e49eead55..dd0a89bfdd 100644
--- a/sound/vorbis.h
+++ b/sound/vorbis.h
@@ -41,6 +41,7 @@
#ifndef SOUND_VORBIS_H
#define SOUND_VORBIS_H
+#include "common/types.h"
#include "common/scummsys.h"
#ifdef USE_VORBIS
@@ -64,7 +65,7 @@ class SeekableAudioStream;
*/
SeekableAudioStream *makeVorbisStream(
Common::SeekableReadStream *stream,
- bool disposeAfterUse);
+ DisposeAfterUse::Flag disposeAfterUse);
} // End of namespace Audio