lib/zlib/GunzipReader: use std::size_t

This commit is contained in:
Max Kellermann
2022-01-10 16:56:54 +01:00
parent dda0dfc140
commit aea4d3c4b0
3 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@
*/
#include "GzipOutputStream.hxx"
#include "lib/zlib/Error.hxx"
#include "Error.hxx"
GzipOutputStream::GzipOutputStream(OutputStream &_next)
:next(_next)