Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 's4u_enforce' into 'master'
[simgrid.git] / include / simgrid / s4u / Mutex.hpp
index 87d47682a20b2e7601c8f5dd0959635c449626eb..cebeca7dc1aa2ccd16363be1c87bccd8306e072a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2006-2022. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -32,7 +32,7 @@ class XBT_PUBLIC Mutex {
 #ifndef DOXYGEN
   friend ConditionVariable;
   friend kernel::activity::MutexImpl;
-  friend void kernel::activity::intrusive_ptr_release(kernel::activity::MutexImpl* mutex);
+  friend XBT_PUBLIC void kernel::activity::intrusive_ptr_release(kernel::activity::MutexImpl* mutex);
 #endif
 
   kernel::activity::MutexImpl* const pimpl_;