X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6d1fc1c31cb2152b6d20742081118524dbb78d14..b586e359113a182128cb071495c921d43e08dcc1:/include/xbt/ex.hpp diff --git a/include/xbt/ex.hpp b/include/xbt/ex.hpp index 882f15b2d7..efd8eee333 100644 --- a/include/xbt/ex.hpp +++ b/include/xbt/ex.hpp @@ -79,7 +79,7 @@ struct XBT_PUBLIC() xbt_ex : simgrid::xbt::WithContextException(throwpoint, simgrid::xbt::backtrace()) {} - virtual ~xbt_ex() = default; + ~xbt_ex() = default; /** Category (what went wrong) */ xbt_errcat_t category = unknown_error;