lemon/sub_graph.h
changeset 1979 c2992fd74dad
parent 1964 df0b07457083
child 1990 15fb7a4ea6be
     1.1 --- a/lemon/sub_graph.h	Wed Feb 22 12:45:59 2006 +0000
     1.2 +++ b/lemon/sub_graph.h	Wed Feb 22 18:26:56 2006 +0000
     1.3 @@ -386,9 +386,9 @@
     1.4    /// \see EdgeSubGraphBase
     1.5    template <typename Graph>
     1.6    class SubGraph 
     1.7 -    : public IterableGraphExtender< SubGraphBase<Graph> > {
     1.8 +    : public GraphAdaptorExtender< SubGraphBase<Graph> > {
     1.9    public:
    1.10 -    typedef IterableGraphExtender< SubGraphBase<Graph> > Parent;
    1.11 +    typedef GraphAdaptorExtender< SubGraphBase<Graph> > Parent;
    1.12    public:
    1.13      /// \brief Constructor for sub-graph.
    1.14      ///
    1.15 @@ -683,9 +683,9 @@
    1.16    /// \see EdgeSubGraphBase
    1.17    template <typename Graph>
    1.18    class EdgeSubGraph 
    1.19 -    : public IterableGraphExtender< EdgeSubGraphBase<Graph> > {
    1.20 +    : public GraphAdaptorExtender< EdgeSubGraphBase<Graph> > {
    1.21    public:
    1.22 -    typedef IterableGraphExtender< EdgeSubGraphBase<Graph> > Parent;
    1.23 +    typedef GraphAdaptorExtender< EdgeSubGraphBase<Graph> > Parent;
    1.24    public:
    1.25      /// \brief Constructor for sub-graph.
    1.26      ///