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