diff -r bcfa3980b432 -r ebdce4f68ac4 src/lemon/concept/graph_component.h --- a/src/lemon/concept/graph_component.h Tue Apr 19 13:33:44 2005 +0000 +++ b/src/lemon/concept/graph_component.h Tue Apr 19 14:15:01 2005 +0000 @@ -572,7 +572,7 @@ /// Copy constructor. /// - GraphIncIterator(GraphIncIterator const&) {} + GraphIncIterator(GraphIncIterator const& gi) :Edge(gi) {} /// Sets the iterator to the first edge incoming into or outgoing /// from the node.