X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dc9b8feaddd53842f6204f4f24409b2382393fa9..d7a8845910bbdf918c6dab936d36fb91d79ae2ae:/src/instr/instr_paje_values.hpp diff --git a/src/instr/instr_paje_values.hpp b/src/instr/instr_paje_values.hpp index 4e96d8af13..9014e608b9 100644 --- a/src/instr/instr_paje_values.hpp +++ b/src/instr/instr_paje_values.hpp @@ -20,7 +20,6 @@ class EntityValue { public: explicit EntityValue(const std::string& name, const std::string& color, Type* father); - ~EntityValue() = default; const char* get_cname() { return name_.c_str(); } long long int get_id() { return id_; } void print();