# HG changeset patch # User alpar # Date 1152702852 0 # Node ID 914602e294be8f0782bd861b26b0067fdc849118 # Parent b82e4d2b14acbf4c8ccb575f32fa73d51dee17b3 ... and fix another one. diff -r b82e4d2b14ac -r 914602e294be lemon/concept/graph.h --- a/lemon/concept/graph.h Wed Jul 12 11:07:48 2006 +0000 +++ b/lemon/concept/graph.h Wed Jul 12 11:14:12 2006 +0000 @@ -50,7 +50,7 @@ ///Graphs are \e not copy constructible. Use GraphCopy() instead. /// - Graph(const Graph &) :ExtendedListGraphBase() {}; + Graph(const Graph &) {}; ///\brief Assignment of \ref Graph "Graph"s to another ones are ///\e not allowed. Use GraphCopy() instead.