[Lemon-commits] [lemon_svn] marci: r181 - hugo/trunk/src/work
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:37:58 CET 2006
Author: marci
Date: Fri Feb 27 13:58:17 2004
New Revision: 181
Modified:
hugo/trunk/src/work/list_graph.hh
Log:
nem hekkelunk.
Modified: hugo/trunk/src/work/list_graph.hh
==============================================================================
--- hugo/trunk/src/work/list_graph.hh (original)
+++ hugo/trunk/src/work/list_graph.hh Fri Feb 27 13:58:17 2004
@@ -361,7 +361,8 @@
friend class OutEdgeIt;
friend class InEdgeIt;
friend class SymEdgeIt;
- public: //FIXME: It is required by op= of EachNodeIt
+ //public: //FIXME: It is required by op= of EachNodeIt
+ protected:
node_item* node;
protected:
friend int ListGraph::id(NodeIt v) const;
More information about the Lemon-commits
mailing list