diff -r a876a3d6a4c7 -r 272fa8a0b680 lemon/bits/iterable_graph_extender.h --- a/lemon/bits/iterable_graph_extender.h Tue Jan 31 20:04:36 2006 +0000 +++ b/lemon/bits/iterable_graph_extender.h Tue Jan 31 20:14:52 2006 +0000 @@ -303,7 +303,7 @@ }; - class ANodeIt : public ANode { + class ANodeIt : public Node { friend class IterableBpUGraphExtender; const Graph* graph; public: @@ -325,7 +325,7 @@ } }; - class BNodeIt : public BNode { + class BNodeIt : public Node { friend class IterableBpUGraphExtender; const Graph* graph; public: