X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..9451efc97c14403a6f030ce37a2269b2b9491b7e:/src/surf/network_constant.hpp diff --git a/src/surf/network_constant.hpp b/src/surf/network_constant.hpp index ffb165990a..61e36a52d0 100644 --- a/src/surf/network_constant.hpp +++ b/src/surf/network_constant.hpp @@ -30,7 +30,7 @@ namespace simgrid { double nextOccuringEvent(double now) override; void updateActionsState(double now, double delta) override; - Link* createLink(const char* name, double bw, double lat, e_surf_link_sharing_policy_t policy) override; + LinkImpl* createLink(const char* name, double bw, double lat, e_surf_link_sharing_policy_t policy) override; }; /**********