diff -r 362415050b29 -r c691064dfd4f test/heap_test.cc --- a/test/heap_test.cc Wed Sep 10 11:23:41 2008 +0100 +++ b/test/heap_test.cc Thu Sep 11 11:10:44 2008 +0100 @@ -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);