lemon/dfs.h
changeset 292 e7af73f1805e
parent 290 f6899946c1ac
parent 288 47b3a3b67837
child 305 9db8964f0cf6
     1.1 --- a/lemon/dfs.h	Wed Oct 01 11:58:03 2008 +0200
     1.2 +++ b/lemon/dfs.h	Wed Oct 01 12:26:45 2008 +0200
     1.3 @@ -1258,7 +1258,7 @@
     1.4  #else
     1.5    template <typename _Digraph = ListDigraph,
     1.6              typename _Visitor = DfsVisitor<_Digraph>,
     1.7 -            typename _Traits = DfsDefaultTraits<_Digraph> >
     1.8 +            typename _Traits = DfsVisitDefaultTraits<_Digraph> >
     1.9  #endif
    1.10    class DfsVisit {
    1.11    public: