summaryrefslogtreecommitdiff
path: root/games/boson/patches/patch-ae
blob: 27b1c9ba4eaee40d9e5c74316a6ae1d121ea361a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.1 2006/06/21 20:46:28 joerg Exp $

--- boson/bosonpath.h.orig	2006-06-21 18:53:42.000000000 +0000
+++ boson/bosonpath.h
@@ -135,7 +135,7 @@ class BosonPath
     float mPathCost;
     int mRange;
 
-    class BosonPath::Marking
+    class Marking
     {
       public:
         Marking() { dir = DirNone; f = -1; g = -1; c = -1; level = -1; }