blob: 802070bebe45c12b21847254a2437f94d286d127 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ah,v 1.2 2003/10/18 13:20:31 cjep Exp $
--- src/VPathExprMan.hpp.orig 2003-10-07 01:49:53.000000000 +1000
+++ src/VPathExprMan.hpp 2003-10-07 01:50:07.000000000 +1000
@@ -44,7 +44,7 @@
class VPathExpr
// Represents a single container path expression
{
- friend VPathExprMan;
+ friend class VPathExprMan;
VPathExpr *next; // The next container path expression in the path manager
|