From 1ce1dfaf3f356d7f194feca63a63c82d9c5cca4b Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 29 Jul 2016 07:39:17 +0200 Subject: [PATCH] really annoying typo --- include/simgrid/s4u/mutex.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.20.1