... and fix another one.
authoralpar
Wed, 12 Jul 2006 11:14:12 +0000
changeset 2134914602e294be
parent 2133 b82e4d2b14ac
child 2135 15355b98fb84
... and fix another one.
lemon/concept/graph.h
     1.1 --- a/lemon/concept/graph.h	Wed Jul 12 11:07:48 2006 +0000
     1.2 +++ b/lemon/concept/graph.h	Wed Jul 12 11:14:12 2006 +0000
     1.3 @@ -50,7 +50,7 @@
     1.4        
     1.5        ///Graphs are \e not copy constructible. Use GraphCopy() instead.
     1.6        ///
     1.7 -      Graph(const Graph &) :ExtendedListGraphBase() {};
     1.8 +      Graph(const Graph &) {};
     1.9        ///\brief Assignment of \ref Graph "Graph"s to another ones are
    1.10        ///\e not allowed. Use GraphCopy() instead.
    1.11