diff -r 9430de370570 -r c1fc2c14a3ae lemon/list_graph.h --- a/lemon/list_graph.h Wed Mar 01 17:37:25 2006 +0000 +++ b/lemon/list_graph.h Thu Mar 02 14:22:03 2006 +0000 @@ -811,7 +811,7 @@ static int aNodeId(const Node& node) { return node.id >> 1; } - static Node fromANodeId(int id, Node) { + static Node fromANodeId(int id) { return Node(id << 1); } int maxANodeId() const {