diff options
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; }; |
