blob: 7626074a8c0af9f0bb6d4d5982dff7d54c6cd812 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.1.1.1 2002/09/07 20:22:54 jschauma Exp $
--- 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:
|