X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/207e186001374b77093f4064a2a25a9c626a989d..c68caf0f27b0fdde9df0a39857e5a162fc196d85:/src/kernel/context/Context.hpp diff --git a/src/kernel/context/Context.hpp b/src/kernel/context/Context.hpp index c543f410cc..0f4a2b0451 100644 --- a/src/kernel/context/Context.hpp +++ b/src/kernel/context/Context.hpp @@ -35,7 +35,7 @@ public: virtual void run_all() = 0; /** @brief Returns the current context of this thread. */ - virtual Context* self(); + Context* self(); std::string const& name() const { return name_; } protected: