diff --git a/src/fs/io/GunzipReader.hxx b/src/fs/io/GunzipReader.hxx index ce2aee3f5..51283099a 100644 --- a/src/fs/io/GunzipReader.hxx +++ b/src/fs/io/GunzipReader.hxx @@ -50,6 +50,8 @@ class GunzipReader final : public Reader { public: /** * Construct the filter. + * + * Throws on error. */ explicit GunzipReader(Reader &_next);