X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96cedde3cdbc0b8ffc3f096a1b65d021b0226f99..5ce2cc84f1f1154453e9534505c394fbd2b89e05:/src/instr/instr_paje_values.hpp 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();