src/include/skeletons/graph.h
changeset 403 4ade9002b3a4
parent 321 048b965204b5
child 463 7f3ef3009dd3
     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