X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=source%2Fcore%2Fsystemerror.h;h=d0a5634cf38e04cc5d70e2df3e677c622878ed97;hb=99b9121e2158603372c7313400283b622e6754d8;hp=4b7493d47a5409bfb7902c12b9d997bf7b3cd5ee;hpb=6a38983c19fe78753962288e206c5817ad595448;p=libs%2Fcore.git diff --git a/source/core/systemerror.h b/source/core/systemerror.h index 4b7493d..d0a5634 100644 --- a/source/core/systemerror.h +++ b/source/core/systemerror.h @@ -13,7 +13,8 @@ private: public: system_error(const std::string &, int = -1); - virtual ~system_error() throw() { } + system_error(const std::string &, const std::string &); + virtual ~system_error() throw() = default; int code() const throw() { return code_; }