Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some more forgotten override markers
[simgrid.git] / src / simix / SynchroIo.hpp
index afe6041..53dcbdf 100644 (file)
@@ -14,8 +14,8 @@ namespace simix {
 
   XBT_PUBLIC_CLASS Io : public Synchro {
   public:
-    void suspend();
-    void resume();
+    void suspend() override;
+    void resume() override;
     void post() override;
 
     sg_host_t host;