]> AND Public Git Repository - simgrid.git/blobdiff - src/simix/SynchroComm.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
int -> bool for smpi tracing (so many of these ...)
[simgrid.git] / src / simix / SynchroComm.hpp
index d2c549b376e6b2857b9c109b24067009ae5927d0..cd02960bbc65d6adb0961c9f05a408eb49bd6884 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;