Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make create_context return the real type.
[simgrid.git] / src / kernel / context / ContextRaw.hpp
index 84c9055..7d56296 100644 (file)
@@ -39,7 +39,7 @@ private:
 
 class RawContextFactory : public SwappedContextFactory {
 public:
-  Context* create_context(std::function<void()>&& code, actor::ActorImpl* actor) override;
+  RawContext* create_context(std::function<void()>&& code, actor::ActorImpl* actor) override;
 };
 } // namespace context
 } // namespace kernel