diff -r d901321d6555 -r e7af73f1805e lemon/dfs.h --- a/lemon/dfs.h Wed Oct 01 11:58:03 2008 +0200 +++ b/lemon/dfs.h Wed Oct 01 12:26:45 2008 +0200 @@ -1258,7 +1258,7 @@ #else template , - typename _Traits = DfsDefaultTraits<_Digraph> > + typename _Traits = DfsVisitDefaultTraits<_Digraph> > #endif class DfsVisit { public: