summaryrefslogtreecommitdiff
path: root/x11-clocks/bbdate/files/patch-aa
blob: bb52d64944728e4ddbb81f608c67c4ef0048ba7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- LinkedList.hh.orig	Fri Sep  6 20:17:41 2002
+++ LinkedList.hh	Fri Sep  6 20:17:47 2002
@@ -63,7 +63,7 @@
   int elements;
   __llist_node *_first, *_last;
 
-  friend __llist_iterator;
+  friend class __llist_iterator;
 
 
 protected: