Fix unused arg warning

This commit is contained in:
Simon Giraudot 2020-03-25 15:13:36 +01:00
parent b77e138438
commit c4597c74a1
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ public:
template <typename VertexLabelMap, typename InputVertexDescriptor>
void update(VertexLabelMap vertex_label_map,
const std::vector<Vertex_descriptor>& inserted_vertices,
const std::vector<Vertex_descriptor>&,
InputVertexDescriptor vd,
std::size_t vertex_i,
std::size_t alpha)