diff --git a/include/boost/graph/copy.hpp b/include/boost/graph/copy.hpp index a27fff1d..c15d0a12 100644 --- a/include/boost/graph/copy.hpp +++ b/include/boost/graph/copy.hpp @@ -335,7 +335,7 @@ namespace boost { copy_impl; copy_impl::apply (g_in, g_out, - detail::choose_vertex_copier(get_param(params, edge_vertex_t()), + detail::choose_vertex_copier(get_param(params, vertex_copy_t()), g_in, g_out), detail::choose_edge_copier(get_param(params, edge_copy_t()), g_in, g_out),