X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6b82ca5d392ff2800f4d3a3ebc898f8330979af5..a1b0cdb824467c344c252bc5dcd5f8103ba9ed40:/src/surf/PropertyHolder.cpp diff --git a/src/surf/PropertyHolder.cpp b/src/surf/PropertyHolder.cpp index 39be42b685..d1378fb47c 100644 --- a/src/surf/PropertyHolder.cpp +++ b/src/surf/PropertyHolder.cpp @@ -13,7 +13,7 @@ PropertyHolder::~PropertyHolder() { } /** @brief Return the property associated to the provided key (or nullptr if not existing) */ -const char* PropertyHolder::get_property(const std::string& key) +const char* PropertyHolder::get_property(const std::string& key) const { if (properties_ == nullptr) return nullptr;