X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/106b5db0a8f27ed655d719b8b1a7b56f000e0d5f..dfedb8d1f0ea9efa07dc079c811fc7e15542f7d2:/src/mc/transition/Transition.hpp diff --git a/src/mc/transition/Transition.hpp b/src/mc/transition/Transition.hpp index 6beb8af391..281675f420 100644 --- a/src/mc/transition/Transition.hpp +++ b/src/mc/transition/Transition.hpp @@ -67,7 +67,7 @@ public: /** Returns something like >>label = "desc", color = c<< to describe the transition in dot format */ virtual std::string dot_string() const; - std::string get_call_location() { return call_location_; } + std::string const& get_call_location() const { return call_location_; } /* Moves the application toward a path that was already explored, but don't change the current transition */ void replay(RemoteApp& app) const;