Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make create_context return the real type.
[simgrid.git] / src / kernel / context / ContextUnix.hpp
index ac12cc8..cec22ac 100644 (file)
@@ -35,7 +35,7 @@ private:
 
 class UContextFactory : public SwappedContextFactory {
 public:
 
 class UContextFactory : public SwappedContextFactory {
 public:
-  Context* create_context(std::function<void()>&& code, actor::ActorImpl* actor) override;
+  UContext* create_context(std::function<void()>&& code, actor::ActorImpl* actor) override;
 };
 } // namespace context
 } // namespace kernel
 };
 } // namespace context
 } // namespace kernel