X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fstructure%2Fexception.cxx;h=0766eb4502f58b73cf8b4d9ab5e4954b03a02d56;hb=08ad449774b0b80dc19b7a55d82dc25a71ce1415;hp=accd9706c264dc19f2e8d9dd836c7ce9444b10f2;hpb=918e315d47161e0e0d87a4b7c71dc0016d9530b9;p=simgear.git diff --git a/simgear/structure/exception.cxx b/simgear/structure/exception.cxx index accd9706..0766eb45 100644 --- a/simgear/structure/exception.cxx +++ b/simgear/structure/exception.cxx @@ -260,6 +260,14 @@ sg_io_exception::sg_io_exception (const string& message, const string& origin) { } +sg_io_exception::sg_io_exception (const string& message, + const sg_location &location, + const string& origin) + : sg_exception(message, origin), + _location(location) +{ +} + sg_io_exception::~sg_io_exception () throw () { }