diff options
| author | ljfa-ag <ljfa-ag@web.de> | 2015-09-14 23:03:31 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@web.de> | 2015-09-15 12:03:02 +0200 |
| commit | f3cd19f1fa88b2bc33bfb96fb6c877a4d62c5c97 (patch) | |
| tree | 508dbd89ac964d80fcea2fa1b3204295f157b0e4 /include/io | |
| parent | a1804179aaa98b570afd117ec977d7db1e56cc90 (diff) | |
| download | Project-Tick-f3cd19f1fa88b2bc33bfb96fb6c877a4d62c5c97.tar.gz Project-Tick-f3cd19f1fa88b2bc33bfb96fb6c877a4d62c5c97.zip | |
Add implementation of inflate_streambuf (still broken though)
Diffstat (limited to 'include/io')
| -rw-r--r-- | include/io/izlibstream.h | 2 |
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; }; /** |
