X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fio%2Fzlibcompressed.h;h=fb12d61a4eff0fdcb07386582b759c302fc361dd;hb=9b38e20254913629a0db40e8eb8e1c42e1728e41;hp=f31bb2385a28a7dc7c40ef4432501ee89cae8661;hpb=122846f0881673770d88eff7d925ecf25c01b62e;p=libs%2Fcore.git diff --git a/source/io/zlibcompressed.h b/source/io/zlibcompressed.h index f31bb23..fb12d61 100644 --- a/source/io/zlibcompressed.h +++ b/source/io/zlibcompressed.h @@ -16,7 +16,7 @@ private: public: zlib_error(const std::string &, int); - ~zlib_error() throw() { } + virtual ~zlib_error() throw() = default; int code() const throw() { return code_; } };