blob: 67fc61a06279e389e5e8a89c17840ab9a2c98d01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|