summaryrefslogtreecommitdiff
path: root/archivers/xmill/patches/patch-af
blob: 5dbe788b4d4f1e4e4da36c71e7b1f56a17857cae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-af,v 1.2 2003/10/18 13:20:31 cjep Exp $
--- src/PathDict.hpp.orig	2003-10-07 01:47:15.000000000 +1000
+++ src/PathDict.hpp	2003-10-07 01:47:28.000000000 +1000
@@ -66,7 +66,7 @@
 class PathDictNode
    // Each node is represented by this structure
 {
-   friend PathDict;
+   friend class PathDict;
 
    PathDictNode   *parent; // The parent node.
                            // Is NULL for the super root node