mapstorage.cc
branchgui
changeset 62 80eefca04b1e
parent 60 3e58623c588d
child 63 59768817442a
     1.1 --- a/mapstorage.cc	Wed Aug 17 15:20:18 2005 +0000
     1.2 +++ b/mapstorage.cc	Thu Aug 18 13:33:49 2005 +0000
     1.3 @@ -116,7 +116,7 @@
     1.4    return min;
     1.5  }
     1.6  
     1.7 -void MapStorage::initMapsForEdge(Graph::Edge e)
     1.8 +void MapStorage::initMapsForEdge(Edge e)
     1.9  {
    1.10    std::map< std::string,Graph::EdgeMap<double> * >::iterator ems_it;
    1.11    for(ems_it=edgemap_storage.begin();ems_it!=edgemap_storage.end();ems_it++)