X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..7157abfba1c0db6fba7e938dd7ada17225b29a10:/interface/wx/zstream.h diff --git a/interface/wx/zstream.h b/interface/wx/zstream.h index 205c6bcc14..f3b2cf144d 100644 --- a/interface/wx/zstream.h +++ b/interface/wx/zstream.h @@ -8,7 +8,6 @@ /** @class wxZlibOutputStream - @wxheader{zstream.h} This stream compresses all data written to it. The compressed output can be in zlib or gzip format. @@ -58,7 +57,6 @@ public: /** @class wxZlibInputStream - @wxheader{zstream.h} This filter stream decompresses a stream that is in zlib or gzip format. Note that reading the gzip format requires zlib version 1.2.1 or greater,