X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ddabdf505ca5684fbcc0a4000ca27b89b4732abc..eac77828e5174e46ff0bffc3a17149aaefb62438:/src/surf/surf_routing_generic.cpp diff --git a/src/surf/surf_routing_generic.cpp b/src/surf/surf_routing_generic.cpp index 3d7651c5ac..526b4d2848 100644 --- a/src/surf/surf_routing_generic.cpp +++ b/src/surf/surf_routing_generic.cpp @@ -36,7 +36,7 @@ namespace simgrid { namespace surf { AsGeneric::AsGeneric(const char*name) - : AsNone(name) + : As(name) { }