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 / SynchroRaw.hpp
index 7086bd3..2b62f87 100644 (file)
@@ -15,7 +15,7 @@ namespace simix {
   /** Used to implement mutexes, semaphores and conditions */
   XBT_PUBLIC_CLASS Raw : public Synchro {
   public:
-    ~Raw();
+    ~Raw() override;
     void suspend() override;
     void resume() override;
     void post() override;