]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/ex.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
drop module strbuff. We don't need it anymore.
[simgrid.git] / include / xbt / ex.hpp
index 882f15b2d7e5a9bbace7c966c801e97aa4b94324..efd8eee333e345dc4cac4ff7b800df2c6a658690 100644 (file)
@@ -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;