[Lemon-commits] [lemon_svn] marci: r1609 - hugo/trunk/src/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:46:33 CET 2006
Author: marci
Date: Sat Mar 5 20:04:45 2005
New Revision: 1609
Modified:
hugo/trunk/src/lemon/map_utils.h
Log:
let's remember: the boss said that we have to test even the non-working codes
Modified: hugo/trunk/src/lemon/map_utils.h
==============================================================================
--- hugo/trunk/src/lemon/map_utils.h (original)
+++ hugo/trunk/src/lemon/map_utils.h Sat Mar 5 20:04:45 2005
@@ -218,7 +218,7 @@
}
private:
- vector<Item> invMap;
+ std::vector<Item> invMap;
};
/// Provides an immutable and unique id for each item in the graph.
More information about the Lemon-commits
mailing list