# HG changeset patch # User marci # Date 1100091090 0 # Node ID 12b9993b217c7183760a6ff8e683d286b38d55ae # Parent 785062a83f8ebd516e41232e8d531385744a4302 for better compatibility with gcc-3.4 diff -r 785062a83f8e -r 12b9993b217c src/lemon/list_graph.h --- a/src/lemon/list_graph.h Wed Nov 10 11:42:00 2004 +0000 +++ b/src/lemon/list_graph.h Wed Nov 10 12:51:30 2004 +0000 @@ -65,7 +65,7 @@ typedef ListGraphBase Graph; class Node { - friend class Graph; + friend class ListGraphBase; protected: int id; @@ -80,7 +80,7 @@ }; class Edge { - friend class Graph; + friend class ListGraphBase; protected: int id;