X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a3a100990355eb757dc81106b5aac6daed0b8e1..af831ef9a1d118d9a428e7462f8ff9a6bdd949ad:/include/xbt/ex.hpp diff --git a/include/xbt/ex.hpp b/include/xbt/ex.hpp index 1f7d0e153e..9b6ff5ff32 100644 --- a/include/xbt/ex.hpp +++ b/include/xbt/ex.hpp @@ -41,7 +41,7 @@ public: simgrid::xbt::WithContextException(throwpoint, simgrid::xbt::backtrace()) {} - ~xbt_ex(); + ~xbt_ex(); // DO NOT define it here -- see ex.cpp for a rationale /** Category (what went wrong) */ xbt_errcat_t category = unknown_error;