[Lemon-commits] [lemon_svn] alpar: r534 - hugo/trunk/src/include/skeletons

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:40:02 CET 2006


Author: alpar
Date: Mon Apr 26 00:29:27 2004
New Revision: 534

Modified:
   hugo/trunk/src/include/skeletons/graph.h

Log:
Try to compile before commit, please.


Modified: hugo/trunk/src/include/skeletons/graph.h
==============================================================================
--- hugo/trunk/src/include/skeletons/graph.h	(original)
+++ hugo/trunk/src/include/skeletons/graph.h	Mon Apr 26 00:29:27 2004
@@ -362,9 +362,9 @@
     void erase(Edge e) {}
 
     /// Defalult constructor.
-    GraphSkeleton() {}
+    EraseableGraphSkeleton() {}
     ///Copy consructor.
-    GraphSkeleton(const GraphSkeleton &G) {}
+    EraseableGraphSkeleton(const GraphSkeleton &G) {}
   };
 
   



More information about the Lemon-commits mailing list