X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4dbc84f53aac793fc159d833090e421ec0025905..fd9d52c0c7a9c96221fff2013cdeef05b6e979e2:/src/surf/AsDijkstra.hpp diff --git a/src/surf/AsDijkstra.hpp b/src/surf/AsDijkstra.hpp index 346e20aa0c..081bffd9a1 100644 --- a/src/surf/AsDijkstra.hpp +++ b/src/surf/AsDijkstra.hpp @@ -33,7 +33,7 @@ namespace surf { class XBT_PRIVATE AsDijkstra : public AsRoutedGraph { public: AsDijkstra(const char*name, bool cached); - void Seal() override; + void seal() override; ~AsDijkstra(); xbt_node_t routeGraphNewNode(int id, int graph_id);