summaryrefslogtreecommitdiff
path: root/sysutils/bbapm/files/patch-LinkedList.hh
blob: 24ff55576575b11b3dae71abfcf5eb6f05827258 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- LinkedList.hh.orig	Fri Sep  6 20:14:52 2002
+++ LinkedList.hh	Fri Sep  6 20:14:58 2002
@@ -63,7 +63,7 @@
   int elements;
   __llist_node *_first, *_last;
 
-  friend __llist_iterator;
+  friend class __llist_iterator;
 
 
 protected: