|
|
@@ -139,7 +139,7 @@ protected:
|
|
|
};
|
|
|
|
|
|
|
|
|
-class Foundation_API DeflatingOutputStream: public DeflatingIOS, public std::ostream
|
|
|
+class Foundation_API DeflatingOutputStream: public std::ostream, public DeflatingIOS
|
|
|
/// This stream compresses all data passing through it
|
|
|
/// using zlib's deflate algorithm.
|
|
|
/// After all data has been written to the stream, close()
|