# HG changeset patch # User marci # Date 1110049485 0 # Node ID a2cd33e6f61c6d5a54d59936d038a677f9a8786e # Parent 4bebc22ab77c2436f3836e6147fcbc061e69c1df let's remember: the boss said that we have to test even the non-working codes diff -r 4bebc22ab77c -r a2cd33e6f61c src/lemon/map_utils.h --- a/src/lemon/map_utils.h Fri Mar 04 23:14:36 2005 +0000 +++ b/src/lemon/map_utils.h Sat Mar 05 19:04:45 2005 +0000 @@ -218,7 +218,7 @@ } private: - vector invMap; + std::vector invMap; }; /// Provides an immutable and unique id for each item in the graph.