X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fsystemerror.h;h=d0a5634cf38e04cc5d70e2df3e677c622878ed97;hb=9b38e20254913629a0db40e8eb8e1c42e1728e41;hp=c6b516af9f5dddba7d435a6d02408a9f68820f0e;hpb=20e0f6744200e48c776d11db681ecab2fb2baa35;p=libs%2Fcore.git diff --git a/source/core/systemerror.h b/source/core/systemerror.h index c6b516a..d0a5634 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() { } + virtual ~system_error() throw() = default; int code() const throw() { return code_; }