summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/io/izlibstream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/io/izlibstream.h b/include/io/izlibstream.h
index b88839ea99..2b67003232 100644
--- a/include/io/izlibstream.h
+++ b/include/io/izlibstream.h
@@ -48,6 +48,7 @@ private:
std::vector<char> in;
std::vector<char> out;
z_stream zstr;
+ bool stream_end;
int_type underflow() override;
};