Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Work around a bug in vscode
[simgrid.git] / src / surf / network_cm02.hpp
index da0d5cd9ffc6d60adb03c2aac6c40a0db1dd7eaf..dfa4e8ea69bdfb80aaca089f30891100f8fb5411 100644 (file)
@@ -31,7 +31,7 @@ class XBT_PRIVATE NetworkSmpiModel;
 class NetworkCm02Model : public NetworkModel {
 public:
   explicit NetworkCm02Model(const std::string& name);
-  LinkImpl* create_link(const std::string& name, const std::vector<double>& bandwidths) override;
+  LinkImpl* create_link(const std::string& name, const std::vector<double>& bandwidths) final;
   LinkImpl* create_wifi_link(const std::string& name, const std::vector<double>& bandwidths) override;
   void update_actions_state_lazy(double now, double delta) override;
   void update_actions_state_full(double now, double delta) override;