diff -r 66a1f0950700 -r e70c1f6849bc lemon/dfs.h --- a/lemon/dfs.h Mon Mar 27 16:09:54 2006 +0000 +++ b/lemon/dfs.h Mon Mar 27 16:25:14 2006 +0000 @@ -921,7 +921,7 @@ ///The type of the map that stores the distances of the nodes. typedef typename TR::DistMap DistMap; -public: + public: /// Constructor. DfsWizard() : TR() {}