Bug fixes.
authordeba
Sat, 09 Apr 2005 19:36:46 +0000
changeset 133484979b9b8939
parent 1333 2640cf6547ff
child 1335 13a863ce81d9
Bug fixes.
src/lemon/list_graph.h
src/lemon/map_utils.h
     1.1 --- a/src/lemon/list_graph.h	Sat Apr 09 19:35:33 2005 +0000
     1.2 +++ b/src/lemon/list_graph.h	Sat Apr 09 19:36:46 2005 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4  
     1.5  ///\ingroup graphs
     1.6  ///\file
     1.7 -///\brief ListGraph, SymListGraph, NodeSet and EdgeSet classes.
     1.8 +///\brief ListGraph, SymListGraph classes.
     1.9  
    1.10  #include <lemon/bits/erasable_graph_extender.h>
    1.11  #include <lemon/bits/clearable_graph_extender.h>
     2.1 --- a/src/lemon/map_utils.h	Sat Apr 09 19:35:33 2005 +0000
     2.2 +++ b/src/lemon/map_utils.h	Sat Apr 09 19:36:46 2005 +0000
     2.3 @@ -220,7 +220,7 @@
     2.4      virtual void build() {
     2.5        Map::build();
     2.6        Item it;
     2.7 -      const Graph* graph = Map::getGraph(); 
     2.8 +      const typename Map::Graph* graph = Map::getGraph(); 
     2.9        for (graph->first(it); it != INVALID; graph->next(it)) {
    2.10  	Map::set(it, invMap.size());
    2.11  	invMap.push_back(it);