summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorljfa-ag <ljfa-ag@web.de>2015-09-14 23:03:31 +0200
committerljfa-ag <ljfa-ag@web.de>2015-09-15 12:03:02 +0200
commitf3cd19f1fa88b2bc33bfb96fb6c877a4d62c5c97 (patch)
tree508dbd89ac964d80fcea2fa1b3204295f157b0e4 /include
parenta1804179aaa98b570afd117ec977d7db1e56cc90 (diff)
downloadProject-Tick-f3cd19f1fa88b2bc33bfb96fb6c877a4d62c5c97.tar.gz
Project-Tick-f3cd19f1fa88b2bc33bfb96fb6c877a4d62c5c97.zip
Add implementation of inflate_streambuf (still broken though)
Diffstat (limited to 'include')
-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;
};
/**