Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modernize method declarations.
[simgrid.git] / include / simgrid / s4u / Io.hpp
index 557eddf..e979fb5 100644 (file)
@@ -38,7 +38,7 @@ public:
   friend Storage; // Factory of IOs
 #endif
 
-  ~Io() = default;
+  ~Io() override = default;
 
   Io* start() override;
   Io* wait() override;