diff --git a/include/boost/graph/dijkstra_shortest_paths.hpp b/include/boost/graph/dijkstra_shortest_paths.hpp index e4700474..41d581c5 100644 --- a/include/boost/graph/dijkstra_shortest_paths.hpp +++ b/include/boost/graph/dijkstra_shortest_paths.hpp @@ -159,14 +159,14 @@ namespace boost { template + class DistZero> inline void dijkstra_shortest_paths_no_init (const VertexListGraph& g, typename graph_traits::vertex_descriptor s, PredecessorMap predecessor, DistanceMap distance, WeightMap weight, IndexMap index_map, - Compare compare, Combine combine, DistInf inf, DistZero zero, + Compare compare, Combine combine, DistZero zero, DijkstraVisitor vis) { typedef indirect_cmp IndirectCmp;