diff -r c43f8802c90a -r 3609c77b77be lemon/dijkstra.h --- a/lemon/dijkstra.h Thu Jan 25 14:38:55 2007 +0000 +++ b/lemon/dijkstra.h Tue Feb 06 19:09:17 2007 +0000 @@ -510,6 +510,9 @@ } public: + + typedef PredMapPath Path; + ///\name Execution control ///The simplest way to execute the algorithm is to use ///one of the member functions called \c run(...). @@ -719,8 +722,6 @@ ///@{ - typedef PredMapPath Path; - ///Gives back the shortest path. ///Gives back the shortest path.