Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
factoring with an ActivityImpl::clean_action() method
[simgrid.git] / src / surf / network_ns3.hpp
index 632fe81..af200b8 100644 (file)
@@ -50,7 +50,7 @@ public:
 
   void suspend() override;
   void resume() override;
-  std::list<LinkImpl*> links() override;
+  std::list<LinkImpl*> links() const override;
   void update_remains_lazy(double now) override;
 
   // private: