Bugfix
authoralpar
Wed, 07 Dec 2005 15:40:27 +0000
changeset 1854a68d4f93b1fb
parent 1853 dd0b47adc152
child 1855 c72636dcf0bd
Bugfix
lemon/bits/map_extender.h
     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;