]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/systemerror.h
Make sure all classes have sensible copy semantics
[libs/core.git] / source / core / systemerror.h
index 4b7493d47a5409bfb7902c12b9d997bf7b3cd5ee..c6b516af9f5dddba7d435a6d02408a9f68820f0e 100644 (file)
@@ -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_; }