]> AND Public Git Repository - simgrid.git/blobdiff - src/instr/instr_paje_containers.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
handle flexer errors within the parsing module
[simgrid.git] / src / instr / instr_paje_containers.hpp
index e4c33e6700c40a7b5038b1efa2a255b51bd6d6e0..17241ef8db96faccf6f52f4f5ae2996934bebd86 100644 (file)
@@ -58,7 +58,7 @@ public:
 
 class HostContainer : public Container {
 public:
-  HostContainer(simgrid::s4u::Host& host, NetZoneContainer* father);
+  HostContainer(simgrid::s4u::Host const& host, NetZoneContainer* father);
 };
 }
 }