lib/zlib/GunzipReader: use std::size_t
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
*/
|
||||
|
||||
#include "GzipOutputStream.hxx"
|
||||
#include "lib/zlib/Error.hxx"
|
||||
#include "Error.hxx"
|
||||
|
||||
GzipOutputStream::GzipOutputStream(OutputStream &_next)
|
||||
:next(_next)
|
||||
|
Reference in New Issue
Block a user