X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4e46fb705a7ae3d90e14ea3b9a0cc9b4e9007f99..55e6d07cfba4948a918765e9d6fd2801d3639a4a:/src/xbt/exception.cpp diff --git a/src/xbt/exception.cpp b/src/xbt/exception.cpp index a87ac86da6..41db24db88 100644 --- a/src/xbt/exception.cpp +++ b/src/xbt/exception.cpp @@ -145,7 +145,7 @@ static void handler() std::abort(); } - catch (simgrid::kernel::context::ForcefulKillException& e) { + catch (simgrid::ForcefulKillException const& e) { XBT_ERROR("Received a ForcefulKillException at the top-level exception handler. Maybe a Java->C++ call that is not " "protected " "in a try/catch?");