2013-09-26 17:14:40 +02:00

14 lines
303 B
Plaintext

$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: