X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fsystemerror.h;h=c2387fad828b2de624ef502b58f6cd031a5c0666;hp=1662cec37f0f779f06bc6b80bab1ec36d547393c;hb=991fabc1956b73a4007859058fb44171000b452e;hpb=f832af5e832a5be2804e5613a73e7cc75428956c diff --git a/source/core/systemerror.h b/source/core/systemerror.h index 1662cec..c2387fa 100644 --- a/source/core/systemerror.h +++ b/source/core/systemerror.h @@ -14,7 +14,7 @@ private: public: system_error(const std::string &, int = -1); system_error(const std::string &, const std::string &); - virtual ~system_error() throw() = default; + ~system_error() throw() override = default; int code() const throw() { return m_code; }