summaryrefslogtreecommitdiff
path: root/boost/graph/bellman_ford_shortest_paths.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/graph/bellman_ford_shortest_paths.hpp')
-rw-r--r--boost/graph/bellman_ford_shortest_paths.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/graph/bellman_ford_shortest_paths.hpp b/boost/graph/bellman_ford_shortest_paths.hpp
index c80ebe7c7d..e102d92209 100644
--- a/boost/graph/bellman_ford_shortest_paths.hpp
+++ b/boost/graph/bellman_ford_shortest_paths.hpp
@@ -171,7 +171,7 @@ namespace boost {
bool
bellman_dispatch2
(VertexAndEdgeListGraph& g,
- detail::error_property_not_found,
+ param_not_found,
Size N, WeightMap weight, PredecessorMap pred, DistanceMap distance,
const bgl_named_params<P, T, R>& params)
{