]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/zlibcompressed.h
Mark constructors and destructors as default where appropriate
[libs/core.git] / source / io / zlibcompressed.h
index f31bb2385a28a7dc7c40ef4432501ee89cae8661..fb12d61a4eff0fdcb07386582b759c302fc361dd 100644 (file)
@@ -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_; }
 };