X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/903d96f4c7e2f761608b4591faa573aab5891994..1398fa7c21c0d81f808108e0803d875c6fce9b8e:/src/surf/AsDijkstra.cpp diff --git a/src/surf/AsDijkstra.cpp b/src/surf/AsDijkstra.cpp index 3d542a510b..f18a2c517b 100644 --- a/src/surf/AsDijkstra.cpp +++ b/src/surf/AsDijkstra.cpp @@ -38,7 +38,7 @@ static void graph_edge_data_free(void *e) // FIXME: useless code duplication namespace simgrid { namespace surf { -void AsDijkstra::Seal() +void AsDijkstra::seal() { xbt_node_t node = NULL; unsigned int cursor2, cursor;