# HG changeset patch # User deba # Date 1113075406 0 # Node ID 84979b9b8939136cee9cc795f824e6cfd16df5e4 # Parent 2640cf6547ff188c2b35ae4444653feba91a0352 Bug fixes. diff -r 2640cf6547ff -r 84979b9b8939 src/lemon/list_graph.h --- a/src/lemon/list_graph.h Sat Apr 09 19:35:33 2005 +0000 +++ b/src/lemon/list_graph.h Sat Apr 09 19:36:46 2005 +0000 @@ -19,7 +19,7 @@ ///\ingroup graphs ///\file -///\brief ListGraph, SymListGraph, NodeSet and EdgeSet classes. +///\brief ListGraph, SymListGraph classes. #include #include diff -r 2640cf6547ff -r 84979b9b8939 src/lemon/map_utils.h --- a/src/lemon/map_utils.h Sat Apr 09 19:35:33 2005 +0000 +++ b/src/lemon/map_utils.h Sat Apr 09 19:36:46 2005 +0000 @@ -220,7 +220,7 @@ virtual void build() { Map::build(); Item it; - const Graph* graph = Map::getGraph(); + const typename Map::Graph* graph = Map::getGraph(); for (graph->first(it); it != INVALID; graph->next(it)) { Map::set(it, invMap.size()); invMap.push_back(it);