src/lemon/concept/graph_component.h
changeset 1375 ebdce4f68ac4
parent 1367 a490662291b9
     1.1 --- a/src/lemon/concept/graph_component.h	Tue Apr 19 13:33:44 2005 +0000
     1.2 +++ b/src/lemon/concept/graph_component.h	Tue Apr 19 14:15:01 2005 +0000
     1.3 @@ -572,7 +572,7 @@
     1.4        
     1.5        /// Copy constructor.
     1.6        ///
     1.7 -      GraphIncIterator(GraphIncIterator const&) {}
     1.8 +      GraphIncIterator(GraphIncIterator const& gi) :Edge(gi) {}
     1.9        /// Sets the iterator to the first edge incoming into or outgoing 
    1.10        /// from the node.
    1.11