aboutsummaryrefslogtreecommitdiff
path: root/common/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/stream.h')
-rw-r--r--common/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/stream.h b/common/stream.h
index 9f1e091604..c19db3a9a5 100644
--- a/common/stream.h
+++ b/common/stream.h
@@ -428,6 +428,7 @@ protected:
byte *_buf;
uint32 _pos;
uint32 _bufSize;
+ uint32 _realBufSize;
public:
BufferedReadStream(ReadStream *parentStream, uint32 bufSize, bool disposeParentStream = false);