X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab319b7200020e1280da137a8c77bf57b2588714..1bf8ac043266839571c3a5fa789557fff825db5a:/include/simgrid/s4u/Actor.hpp diff --git a/include/simgrid/s4u/Actor.hpp b/include/simgrid/s4u/Actor.hpp index 56c644edeb..11d682c62e 100644 --- a/include/simgrid/s4u/Actor.hpp +++ b/include/simgrid/s4u/Actor.hpp @@ -134,7 +134,7 @@ namespace s4u { XBT_PUBLIC_CLASS Actor { friend Mailbox; friend simgrid::simix::ActorImpl; - friend simgrid::simix::MailboxImpl; + friend simgrid::kernel::activity::MailboxImpl; simix::ActorImpl* pimpl_ = nullptr; /** Wrap a (possibly non-copyable) single-use task into a `std::function` */