lemon/dfs.h
changeset 288 47b3a3b67837
parent 287 bb40b6db0a58
child 292 e7af73f1805e
     1.1 --- a/lemon/dfs.h	Sat Sep 27 14:33:28 2008 +0200
     1.2 +++ b/lemon/dfs.h	Mon Sep 29 09:58:25 2008 +0200
     1.3 @@ -1265,7 +1265,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: