summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorljfa <ljfa-ag@web.de>2015-09-21 10:21:17 +0200
committerljfa <ljfa-ag@web.de>2015-09-21 10:21:17 +0200
commitf76d4d228b32e72c7de250cb37af264d38ee7e79 (patch)
tree5cf26b787a73a45f42198e957da19946b0e0ea85 /include
parent28d735a3261e831f0c65cfe035e0aa53e369b964 (diff)
downloadProject-Tick-f76d4d228b32e72c7de250cb37af264d38ee7e79.tar.gz
Project-Tick-f76d4d228b32e72c7de250cb37af264d38ee7e79.zip
Make close honor the exceptions mask
Diffstat (limited to 'include')
-rw-r--r--include/io/ozlibstream.h2
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;
};