lemon/dfs.h
changeset 2019 e70c1f6849bc
parent 1993 2115143eceea
child 2092 fc18c2b50a8f
     1.1 --- a/lemon/dfs.h	Mon Mar 27 16:09:54 2006 +0000
     1.2 +++ b/lemon/dfs.h	Mon Mar 27 16:25:14 2006 +0000
     1.3 @@ -921,7 +921,7 @@
     1.4      ///The type of the map that stores the distances of the nodes.
     1.5      typedef typename TR::DistMap DistMap;
     1.6  
     1.7 -public:
     1.8 +  public:
     1.9      /// Constructor.
    1.10      DfsWizard() : TR() {}
    1.11