gui/mapstorage.h
changeset 1524 587a823bcdd0
parent 1523 144ab0e4b09c
child 1525 6d94de269ab1
     1.1 --- a/gui/mapstorage.h	Wed Jun 29 12:52:20 2005 +0000
     1.2 +++ b/gui/mapstorage.h	Wed Jun 29 15:41:33 2005 +0000
     1.3 @@ -82,10 +82,10 @@
     1.4    std::map< std::string,Graph::EdgeMap<double> * >::iterator beginOfEdgeMaps(){return edgemap_storage.begin();};
     1.5  
     1.6    ///This function sets a default base value for the newly created node
     1.7 -  void init_maps_for_node(NodeIt);
     1.8 +  void initMapsForNode(NodeIt);
     1.9  
    1.10    ///This function sets a default base value for the newly created node
    1.11 -  void init_maps_for_edge(Graph::Edge);
    1.12 +  void initMapsForEdge(Graph::Edge);
    1.13  };
    1.14  
    1.15  #endif //MAPSTORAGE_H