X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fzlibcompressed.h;fp=source%2Fio%2Fzlibcompressed.h;h=67cd6731de1f317c34a8d76abf79afd26096bdf0;hp=eb35f6ce1b8c7c7b33e25cf86f39d36f83b8f782;hb=3bfc22d12b893d94cbb4697a77b7cababcbbd921;hpb=7c6c92800088e8b5d8b33ef17017b595ee7efef5 diff --git a/source/io/zlibcompressed.h b/source/io/zlibcompressed.h index eb35f6c..67cd673 100644 --- a/source/io/zlibcompressed.h +++ b/source/io/zlibcompressed.h @@ -16,9 +16,8 @@ private: public: zlib_error(const std::string &, int); - ~zlib_error() throw() override = default; - int code() const throw() { return m_code; } + int code() const noexcept { return m_code; } }; /**