diff -r f0b89f242745 -r 8d76a7bf9961 test/heap_test.cc --- a/test/heap_test.cc Mon Aug 18 20:33:11 2008 +0200 +++ b/test/heap_test.cc Mon Sep 01 22:00:40 2008 +0200 @@ -131,7 +131,7 @@ void dijkstraHeapTest(const Digraph& digraph, const IntArcMap& length, Node source) { - typename Dijkstra::template DefStandardHeap:: + typename Dijkstra::template SetStandardHeap:: Create dijkstra(digraph, length); dijkstra.run(source);