X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fsystemerror.h;fp=source%2Fcore%2Fsystemerror.h;h=d0a5634cf38e04cc5d70e2df3e677c622878ed97;hp=c6b516af9f5dddba7d435a6d02408a9f68820f0e;hb=99b9121e2158603372c7313400283b622e6754d8;hpb=30ce69b5cb05712c3a4903b0f397912119c4f1f9 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_; }