From: Martin Quinson Date: Fri, 29 Jul 2016 05:39:17 +0000 (+0200) Subject: really annoying typo X-Git-Tag: v3_14~698 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1ce1dfaf3f356d7f194feca63a63c82d9c5cca4b really annoying typo --- diff --git a/include/simgrid/s4u/mutex.hpp b/include/simgrid/s4u/mutex.hpp index 5b0f7f5f4f..a863b7dd0a 100644 --- a/include/simgrid/s4u/mutex.hpp +++ b/include/simgrid/s4u/mutex.hpp @@ -41,7 +41,7 @@ public: // No copy: Mutex(Mutex const&) = delete; - Mutex& operatori(Mutex const&) = delete; + Mutex& operator(Mutex const&) = delete; static Ptr createMutex();