aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/iff_container.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/iff_container.h b/common/iff_container.h
index 3b5620ba60..ebcf9ba803 100644
--- a/common/iff_container.h
+++ b/common/iff_container.h
@@ -240,7 +240,7 @@ protected:
}
public:
- IFFParser(Common::ReadStream *stream, bool disposeStream = false) : _stream(stream), _disposeStream(stream) {
+ IFFParser(Common::ReadStream *stream, bool disposeStream = false) : _stream(stream), _disposeStream(disposeStream) {
setInputStream(stream);
}
~IFFParser() {