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