pkgsrc/games/boson/patches/patch-ae
joerg 224265f728 removeItem and appendItem are the public functions, so use them.
Remove unnecessary class reference in a nested class declaration.
Fixes build with GCC 3.4.
2006-06-21 20:46:28 +00:00

13 lines
364 B
Text

$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; }