X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6b82ca5d392ff2800f4d3a3ebc898f8330979af5..a1b0cdb824467c344c252bc5dcd5f8103ba9ed40:/include/simgrid/s4u/Actor.hpp diff --git a/include/simgrid/s4u/Actor.hpp b/include/simgrid/s4u/Actor.hpp index a089020e60..7bde9ca723 100644 --- a/include/simgrid/s4u/Actor.hpp +++ b/include/simgrid/s4u/Actor.hpp @@ -290,8 +290,8 @@ public: /** Retrieve the property value (or nullptr if not set) */ std::unordered_map* - get_properties(); // FIXME: do not export the map, but only the keys or something - const char* get_property(const std::string& key); + get_properties() const; // FIXME: do not export the map, but only the keys or something + const char* get_property(const std::string& key) const; void set_property(const std::string& key, const std::string& value); #ifndef DOXYGEN