Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove unnecessary access specifiers
[simgrid.git] / include / simgrid / s4u / Link.hpp
index 3fbf185..de05738 100644 (file)
@@ -26,7 +26,6 @@ XBT_PUBLIC_CLASS Link
 {
   friend simgrid::surf::LinkImpl;
 
-private:
   // Links are created from the NetZone, and destroyed by their private implementation when the simulation ends
   explicit Link(surf::LinkImpl* pimpl) : pimpl_(pimpl) {}
   virtual ~Link() = default;