Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Only allocate memory for call-loc when cfg-option is given
[simgrid.git] / src / simix / SynchroComm.hpp
index d2c549b..cd02960 100644 (file)
@@ -20,7 +20,7 @@ namespace simgrid {
 namespace simix {
 
   XBT_PUBLIC_CLASS Comm : public Synchro {
-    ~Comm();
+    ~Comm() override;
   public:
     Comm(e_smx_comm_type_t type);
     void suspend() override;