let's remember: the boss said that we have to test even the non-working codes
authormarci
Sat, 05 Mar 2005 19:04:45 +0000
changeset 1197a2cd33e6f61c
parent 1196 4bebc22ab77c
child 1198 6f1604392dc8
let's remember: the boss said that we have to test even the non-working codes
src/lemon/map_utils.h
     1.1 --- a/src/lemon/map_utils.h	Fri Mar 04 23:14:36 2005 +0000
     1.2 +++ b/src/lemon/map_utils.h	Sat Mar 05 19:04:45 2005 +0000
     1.3 @@ -218,7 +218,7 @@
     1.4      }
     1.5  
     1.6    private:
     1.7 -    vector<Item> invMap;
     1.8 +    std::vector<Item> invMap;
     1.9    };
    1.10    
    1.11    /// Provides an immutable and unique id for each item in the graph.