diff -r 8ceb318224b1 -r 5b507a86ad72 lemon/concepts/graph_components.h --- a/lemon/concepts/graph_components.h Sat Jun 14 19:52:08 2008 +0200 +++ b/lemon/concepts/graph_components.h Sun Jun 15 09:19:53 2008 +0200 @@ -1424,8 +1424,8 @@ checkConcept(); typename _Graph::Node node; graph.erase(node); - typename _Graph::Arc arc; - graph.erase(arc); + typename _Graph::Edge edge; + graph.erase(edge); } _Graph& graph;