Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
really annoying typo
[simgrid.git] / include / simgrid / s4u / mutex.hpp
index 5b0f7f5..a863b7d 100644 (file)
@@ -41,7 +41,7 @@ public:
 
   // No copy:
   Mutex(Mutex const&) = delete;
-  Mutex& operatori(Mutex const&) = delete;
+  Mutex& operator(Mutex const&) = delete;
 
   static Ptr createMutex();