X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fstructure%2Fexception.hxx;h=bfa978ee82dba26c884135ddaab87987f2d2fe0a;hb=0a08ee836c817701dc4297d371e3e0a4662d470d;hp=3a8bcab70b7e52bb6601725602734f553d43eb35;hpb=b633b8d0d3f06a90cf357fdc5a14c8ee25d143d7;p=simgear.git diff --git a/simgear/structure/exception.hxx b/simgear/structure/exception.hxx index 3a8bcab7..bfa978ee 100644 --- a/simgear/structure/exception.hxx +++ b/simgear/structure/exception.hxx @@ -133,6 +133,9 @@ public: sg_io_exception (const char* message, const sg_location &location, const char* origin = 0); sg_io_exception (const std::string &message, const std::string &origin = ""); + sg_io_exception (const std::string &message, const sg_location &location, + const std::string &origin = ""); + virtual ~sg_io_exception () throw (); virtual const std::string getFormattedMessage () const; virtual const sg_location &getLocation () const;