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=fb12d61a4eff0fdcb07386582b759c302fc361dd;hp=f31bb2385a28a7dc7c40ef4432501ee89cae8661;hb=99b9121e2158603372c7313400283b622e6754d8;hpb=30ce69b5cb05712c3a4903b0f397912119c4f1f9 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_; } };