X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8df87e176f27b25534f27d7e240defa32ca35bc..f863142ca1ffcf37908e0beb8dd4b71eb2a74c86:/src/instr/instr_paje_values.hpp?ds=sidebyside diff --git a/src/instr/instr_paje_values.hpp b/src/instr/instr_paje_values.hpp index 64a5951dcb..9014e608b9 100644 --- a/src/instr/instr_paje_values.hpp +++ b/src/instr/instr_paje_values.hpp @@ -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();