]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/routing/DijkstraZone.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Remove the use of "sprintf".
[simgrid.git] / src / kernel / routing / DijkstraZone.cpp
index a63574b9588c4b1ae37c310e9312ad9bcbaf07af..3645a4fda93c9eaff73d5259035474acc114fb5e 100644 (file)
@@ -26,8 +26,8 @@ public:
   int graph_id_ = -1; /* used for caching internal graph id's */
 };
 
-DijkstraZone::DijkstraZone(NetZoneImpl* father, std::string name, resource::NetworkModel* netmodel, bool cached)
-    : RoutedZone(father, std::move(name), netmodel), cached_(cached)
+DijkstraZone::DijkstraZone(NetZoneImpl* father, const std::string& name, resource::NetworkModel* netmodel, bool cached)
+    : RoutedZone(father, name, netmodel), cached_(cached)
 {
 }