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