Try to compile before commit, please.
authoralpar
Sun, 25 Apr 2004 22:29:27 +0000
changeset 4034ade9002b3a4
parent 402 f90f65ba21d5
child 404 d888ca4e6c00
Try to compile before commit, please.
src/include/skeletons/graph.h
     1.1 --- a/src/include/skeletons/graph.h	Sun Apr 25 22:28:19 2004 +0000
     1.2 +++ b/src/include/skeletons/graph.h	Sun Apr 25 22:29:27 2004 +0000
     1.3 @@ -362,9 +362,9 @@
     1.4      void erase(Edge e) {}
     1.5  
     1.6      /// Defalult constructor.
     1.7 -    GraphSkeleton() {}
     1.8 +    EraseableGraphSkeleton() {}
     1.9      ///Copy consructor.
    1.10 -    GraphSkeleton(const GraphSkeleton &G) {}
    1.11 +    EraseableGraphSkeleton(const GraphSkeleton &G) {}
    1.12    };
    1.13  
    1.14