X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/001737a15701027974d89260771284a45013d2cd..1c75860aa49dbde3f251678a7d00a2e27660efa8:/src/kernel/context/ContextBoost.hpp diff --git a/src/kernel/context/ContextBoost.hpp b/src/kernel/context/ContextBoost.hpp index 082c6e80bf..c0adb53141 100644 --- a/src/kernel/context/ContextBoost.hpp +++ b/src/kernel/context/ContextBoost.hpp @@ -54,7 +54,7 @@ private: class BoostContextFactory : public SwappedContextFactory { public: - Context* create_context(std::function&& code, actor::ActorImpl* actor) override; + BoostContext* create_context(std::function&& code, actor::ActorImpl* actor) override; }; } // namespace context } // namespace kernel