mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
Foundation: fixed exceptions handling in zlib-output-streams constructors
This commit is contained in:
committed by
Guenter Obiltschnig
parent
9141f38035
commit
780430487b
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user