X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c861e455a4b4878c23eac5209046c63bed2c163e..f7416c885321b8233e9ac6da5450f97468e94dac:/src/instr/instr_paje_types.hpp diff --git a/src/instr/instr_paje_types.hpp b/src/instr/instr_paje_types.hpp index 27b8b95fc5..b2468f2e8d 100644 --- a/src/instr/instr_paje_types.hpp +++ b/src/instr/instr_paje_types.hpp @@ -94,7 +94,7 @@ public: class LinkType : public ValueType { public: static xbt::signal on_creation; - LinkType(const std::string& name, Type* source, Type* dest, const std::string& alias, Type* father) + LinkType(const std::string& name, const Type* source, const Type* dest, const std::string& alias, Type* father) : ValueType(PAJE_DefineLinkType, name, alias, father) { on_creation(*this, *source, *dest);