X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b1eaeaef658ca6c0bf73346654970379dc9e68f8..c4df442a7767bdb51ac7cbeb3ee5909a489bf623:/src/surf/PropertyHolder.hpp diff --git a/src/surf/PropertyHolder.hpp b/src/surf/PropertyHolder.hpp index 0dfe679dc4..64633b3df8 100644 --- a/src/surf/PropertyHolder.hpp +++ b/src/surf/PropertyHolder.hpp @@ -21,7 +21,7 @@ public: PropertyHolder() = default; ~PropertyHolder(); - const char *getProperty(const char*id); + const char* getProperty(std::string key); void setProperty(std::string id, std::string value); /* FIXME: This should not be exposed, as users may do bad things with the dict they got (it's not a copy).