lemon/dijkstra.h
changeset 2269 fb1c634fff29
parent 2263 9273fe7d850c
child 2335 27aa03cd3121
     1.1 --- a/lemon/dijkstra.h	Mon Oct 30 12:01:51 2006 +0000
     1.2 +++ b/lemon/dijkstra.h	Mon Oct 30 12:07:52 2006 +0000
     1.3 @@ -1014,7 +1014,7 @@
     1.4      typedef typename TR::DistMap DistMap;
     1.5      ///The heap type used by the dijkstra algorithm.
     1.6      typedef typename TR::Heap Heap;
     1.7 -public:
     1.8 +  public:
     1.9      /// Constructor.
    1.10      DijkstraWizard() : TR() {}
    1.11