Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv mutex.hpp Mutex.hpp (plus make it compile again)
[simgrid.git] / include / simgrid / s4u / Mutex.hpp
similarity index 96%
rename from include/simgrid/s4u/mutex.hpp
rename to include/simgrid/s4u/Mutex.hpp
index a863b7d..241ae36 100644 (file)
@@ -41,7 +41,7 @@ public:
 
   // No copy:
   Mutex(Mutex const&) = delete;
-  Mutex& operator(Mutex const&) = delete;
+  Mutex& operator=(Mutex const&) = delete;
 
   static Ptr createMutex();