diff options
| author | ljfa <ljfa-ag@web.de> | 2015-09-21 10:21:17 +0200 |
|---|---|---|
| committer | ljfa <ljfa-ag@web.de> | 2015-09-21 10:21:17 +0200 |
| commit | f76d4d228b32e72c7de250cb37af264d38ee7e79 (patch) | |
| tree | 5cf26b787a73a45f42198e957da19946b0e0ea85 /include/io | |
| parent | 28d735a3261e831f0c65cfe035e0aa53e369b964 (diff) | |
| download | Project-Tick-f76d4d228b32e72c7de250cb37af264d38ee7e79.tar.gz Project-Tick-f76d4d228b32e72c7de250cb37af264d38ee7e79.zip | |
Make close honor the exceptions mask
Diffstat (limited to 'include/io')
| -rw-r--r-- | include/io/ozlibstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/io/ozlibstream.h b/include/io/ozlibstream.h index 770db0029d..bd9faea381 100644 --- a/include/io/ozlibstream.h +++ b/include/io/ozlibstream.h @@ -87,7 +87,7 @@ public: std::ostream& get_ostr() const { return buf.get_ostr(); } ///Finishes compression and writes all pending data to the output - void close() { buf.close(); } + void close(); private: deflate_streambuf buf; }; |
