# HG changeset patch # User alpar # Date 1082932167 0 # Node ID 4ade9002b3a40a23f6f7bf98cb9a261c95cc4384 # Parent f90f65ba21d5638c1adc2b91c1d48253b2805d26 Try to compile before commit, please. diff -r f90f65ba21d5 -r 4ade9002b3a4 src/include/skeletons/graph.h --- a/src/include/skeletons/graph.h Sun Apr 25 22:28:19 2004 +0000 +++ b/src/include/skeletons/graph.h Sun Apr 25 22:29:27 2004 +0000 @@ -362,9 +362,9 @@ void erase(Edge e) {} /// Defalult constructor. - GraphSkeleton() {} + EraseableGraphSkeleton() {} ///Copy consructor. - GraphSkeleton(const GraphSkeleton &G) {} + EraseableGraphSkeleton(const GraphSkeleton &G) {} };