X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0facf52013684615c801816de974754778c9474a..67d66b0cf79b9fc02c0450f254584693dbf21d3b:/src/surf/network_constant.hpp diff --git a/src/surf/network_constant.hpp b/src/surf/network_constant.hpp index c570741059..d0f733eda3 100644 --- a/src/surf/network_constant.hpp +++ b/src/surf/network_constant.hpp @@ -23,7 +23,7 @@ public: LinkImpl* create_wifi_link(const std::string& name, const std::vector& bws) override; }; -class NetworkConstantAction : public NetworkAction { +class NetworkConstantAction final : public NetworkAction { public: NetworkConstantAction(NetworkConstantModel* model_, s4u::Host& src, s4u::Host& dst, double size); void update_remains_lazy(double now) override;