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