diff -r ef2d00e46897 -r c2992fd74dad lemon/sub_graph.h --- a/lemon/sub_graph.h Wed Feb 22 12:45:59 2006 +0000 +++ b/lemon/sub_graph.h Wed Feb 22 18:26:56 2006 +0000 @@ -386,9 +386,9 @@ /// \see EdgeSubGraphBase template class SubGraph - : public IterableGraphExtender< SubGraphBase > { + : public GraphAdaptorExtender< SubGraphBase > { public: - typedef IterableGraphExtender< SubGraphBase > Parent; + typedef GraphAdaptorExtender< SubGraphBase > Parent; public: /// \brief Constructor for sub-graph. /// @@ -683,9 +683,9 @@ /// \see EdgeSubGraphBase template class EdgeSubGraph - : public IterableGraphExtender< EdgeSubGraphBase > { + : public GraphAdaptorExtender< EdgeSubGraphBase > { public: - typedef IterableGraphExtender< EdgeSubGraphBase > Parent; + typedef GraphAdaptorExtender< EdgeSubGraphBase > Parent; public: /// \brief Constructor for sub-graph. ///