X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fzlibcompressed.h;h=feb21c635d406ea567708119fd2c9d467f697f0c;hp=1ee427413ddc1cc448338278fab543f19bbd2ca9;hb=a386a9ff068071aab19e6dcb0452e72784d84267;hpb=8ed14b63ab6249e9fc2a3a691cf8ffbf49166deb diff --git a/source/io/zlibcompressed.h b/source/io/zlibcompressed.h index 1ee4274..feb21c6 100644 --- a/source/io/zlibcompressed.h +++ b/source/io/zlibcompressed.h @@ -36,6 +36,7 @@ private: unsigned buffer_size; unsigned char *in_buffer; unsigned char *out_buffer; + bool stream_end; Private *priv; public: