[Lemon-commits] [lemon_svn] alpar: r2422 - hugo/trunk/lemon/bits

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:52:31 CET 2006


Author: alpar
Date: Wed Dec  7 16:40:27 2005
New Revision: 2422

Modified:
   hugo/trunk/lemon/bits/map_extender.h

Log:
Bugfix


Modified: hugo/trunk/lemon/bits/map_extender.h
==============================================================================
--- hugo/trunk/lemon/bits/map_extender.h	(original)
+++ hugo/trunk/lemon/bits/map_extender.h	Wed Dec  7 16:40:27 2005
@@ -34,11 +34,11 @@
     typedef IterableMapExtender Map;
 
 
-    typedef typename Map::Graph Graph;
-    typedef typename Map::Key Item;
+    typedef typename Parent::Graph Graph;
+    typedef typename Parent::Key Item;
 
-    typedef typename Map::Key Key;
-    typedef typename Map::Value Value;
+    typedef typename Parent::Key Key;
+    typedef typename Parent::Value Value;
 
     class MapIt;
     class ConstMapIt;



More information about the Lemon-commits mailing list