X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/74ddd092a29a7f29f0c90d503ec2a3b1c5dc984c..eb06cc6409cdd8e1e9955e4455d104ca0cf437b3:/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;