X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/95f9f5cfb59f089d86c6d47f758dd7bc61d52d3f..c0bda26f8216132898999052ea1fdbbe01fd2aa0:/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).