lemon/bits/map_extender.h
changeset 1854 a68d4f93b1fb
parent 1810 474d093466a5
child 1875 98698b69a902
     1.1 --- a/lemon/bits/map_extender.h	Wed Dec 07 15:39:48 2005 +0000
     1.2 +++ b/lemon/bits/map_extender.h	Wed Dec 07 15:40:27 2005 +0000
     1.3 @@ -34,11 +34,11 @@
     1.4      typedef IterableMapExtender Map;
     1.5  
     1.6  
     1.7 -    typedef typename Map::Graph Graph;
     1.8 -    typedef typename Map::Key Item;
     1.9 +    typedef typename Parent::Graph Graph;
    1.10 +    typedef typename Parent::Key Item;
    1.11  
    1.12 -    typedef typename Map::Key Key;
    1.13 -    typedef typename Map::Value Value;
    1.14 +    typedef typename Parent::Key Key;
    1.15 +    typedef typename Parent::Value Value;
    1.16  
    1.17      class MapIt;
    1.18      class ConstMapIt;