blob: cf87b2f468c990a7fe944e4b2434485f198f3d9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aj,v 1.2 2003/10/18 13:20:31 cjep Exp $
--- src/CurPath.hpp.orig 2003-10-07 01:52:10.000000000 +1000
+++ src/CurPath.hpp 2003-10-07 01:52:23.000000000 +1000
@@ -49,7 +49,7 @@
// The iterator is used to iterate forward and backward within the
// the current path
{
- friend CurPath;
+ friend class CurPath;
CurPathLabelBlock *curblock; // The current block
TLabelID *curlabel; // The current label (points into the current block)
|