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