# HG changeset patch # User marci # Date 1083169534 0 # Node ID a11ddf8a6614b9534c9bbf084a42a9949503f534 # Parent e4d29134427719fc573e77b56d3a28bec9a7f788 bug ellen diff -r e4d291344277 -r a11ddf8a6614 src/work/marci/leda/leda_graph_wrapper.h --- a/src/work/marci/leda/leda_graph_wrapper.h Wed Apr 28 14:20:24 2004 +0000 +++ b/src/work/marci/leda/leda_graph_wrapper.h Wed Apr 28 16:25:34 2004 +0000 @@ -53,9 +53,16 @@ template class NodeMap; template class EdgeMap; + class Node; + class NodeIt; + class Edge; + class EdgeIt; + class OutEdgeIt; + class InEdgeIt; + /// The base type of the node iterators. class Node { - friend class LedaGraphWrapper; + friend class LedaGraphWrapper; //friend class Edge; friend class EdgeIt; friend class InEdgeIt;