[Lemon-commits] [lemon_svn] alpar: r2848 - hugo/trunk/lemon/concept

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 21:50:47 CET 2006


Author: alpar
Date: Wed Jul 12 13:14:12 2006
New Revision: 2848

Modified:
   hugo/trunk/lemon/concept/graph.h

Log:
... and fix another one.

Modified: hugo/trunk/lemon/concept/graph.h
==============================================================================
--- hugo/trunk/lemon/concept/graph.h	(original)
+++ hugo/trunk/lemon/concept/graph.h	Wed Jul 12 13:14:12 2006
@@ -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.
       



More information about the Lemon-commits mailing list