Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SIMIX_display_process_status becomes Global::display_all_actor_status
[simgrid.git] / src / instr / instr_paje_values.hpp
index 64a5951..9014e60 100644 (file)
@@ -19,8 +19,7 @@ class EntityValue {
   Type* father_;
 
 public:
-  explicit EntityValue(std::string name, std::string color, Type* father);
-  ~EntityValue() = default;
+  explicit EntityValue(const std::string& name, const std::string& color, Type* father);
   const char* get_cname() { return name_.c_str(); }
   long long int get_id() { return id_; }
   void print();