Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
const again
[simgrid.git] / src / instr / instr_paje_values.hpp
index cec347fed1565bf41c7940d743250625169c6a27..1fbcc4816fed4f999ee50397d2ea2d359ecb1e7e 100644 (file)
@@ -19,7 +19,7 @@ class EntityValue {
   Type* father_;
 
 public:
-  static xbt::signal<void(EntityValue&)> on_creation;
+  static xbt::signal<void(const EntityValue&)> on_creation;
   explicit EntityValue(const std::string& name, const std::string& color, Type* father);
 
   long long int get_id() const { return id_; }