X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f5c88b87340a6852263cac90c2efb969169285e4..0f59720c71f842e5ac1da02aa4db5832327b2b94:/src/surf/AsDijkstra.hpp diff --git a/src/surf/AsDijkstra.hpp b/src/surf/AsDijkstra.hpp index 081bffd9a1..302d650b17 100644 --- a/src/surf/AsDijkstra.hpp +++ b/src/surf/AsDijkstra.hpp @@ -35,7 +35,7 @@ public: AsDijkstra(const char*name, bool cached); void seal() override; - ~AsDijkstra(); + ~AsDijkstra() override; xbt_node_t routeGraphNewNode(int id, int graph_id); graph_node_map_element_t nodeMapSearch(int id); void newRoute(int src_id, int dst_id, sg_platf_route_cbarg_t e_route);