lemon/min_mean_cycle.h
changeset 2618 6aa6fcaeaea5
parent 2588 4d3bc1d04c1d
child 2620 8f41a3129746
     1.1 --- a/lemon/min_mean_cycle.h	Tue Jul 22 11:29:57 2008 +0000
     1.2 +++ b/lemon/min_mean_cycle.h	Fri Sep 19 15:14:41 2008 +0000
     1.3 @@ -55,7 +55,7 @@
     1.4      GRAPH_TYPEDEFS(typename Graph);
     1.5  
     1.6      typedef typename LengthMap::Value Length;
     1.7 -    typedef Path<Graph> Path;
     1.8 +    typedef lemon::Path<Graph> Path;
     1.9  
    1.10    private:
    1.11