X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/611d822b02f836d7abe031cced6adc4281ef4356..a048f60de5671b0fadc741d94fd10f3f6f72f86a:/src/instr/instr_paje_values.hpp diff --git a/src/instr/instr_paje_values.hpp b/src/instr/instr_paje_values.hpp index 23a502c393..53626d54ea 100644 --- a/src/instr/instr_paje_values.hpp +++ b/src/instr/instr_paje_values.hpp @@ -21,8 +21,8 @@ class EntityValue { public: explicit EntityValue(std::string name, std::string color, Type* father); ~EntityValue() = default; - const char* getCname() { return name_.c_str(); } - long long int getId() { return id_; } + const char* get_cname() { return name_.c_str(); } + long long int get_id() { return id_; } void print(); }; }