Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Normalize virtual/override usage
[simgrid.git] / include / simgrid / s4u / comm.hpp
index 288e9c4..4715435 100644 (file)
@@ -22,7 +22,7 @@ namespace s4u {
 XBT_PUBLIC_CLASS Comm : public Activity {
   Comm() : Activity() {}
 public:
-  virtual ~Comm();
+  ~Comm() override;
 
 public:
   /** Creates (but don't start) an async send to the mailbox #dest */