]> 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 f065cbc74896cb2d258dfa3c4f83cc39702d2201..3645a4fda93c9eaff73d5259035474acc114fb5e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009-2018. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2009-2019. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -26,7 +26,7 @@ public:
   int graph_id_ = -1; /* used for caching internal graph id's */
 };
 
-DijkstraZone::DijkstraZone(NetZoneImpl* father, std::string name, resource::NetworkModel* netmodel, bool cached)
+DijkstraZone::DijkstraZone(NetZoneImpl* father, const std::string& name, resource::NetworkModel* netmodel, bool cached)
     : RoutedZone(father, name, netmodel), cached_(cached)
 {
 }