X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Fexcept.h;h=34d9e77810d838b694e0023a364271ecd1bb5afc;hp=cc8c1fbdcd6b3a4f5b303023871d667b66287381;hb=ef12cc79fddd527e895169f62d7424b18d5937ca;hpb=14f031aead619ce8a3fff1c283c3d205d421cd1f diff --git a/source/except.h b/source/except.h index cc8c1fb..34d9e77 100644 --- a/source/except.h +++ b/source/except.h @@ -17,6 +17,7 @@ private: public: data_error(const std::string &, unsigned, const std::string &); data_error(const std::string &, unsigned, const std::exception &); + data_error(const std::string &, unsigned, const data_error &); virtual ~data_error() throw() { } const std::string &get_source() const { return source; }