mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
14 lines
362 B
Plaintext
14 lines
362 B
Plaintext
$NetBSD: patch-ae,v 1.2 2011/12/20 10:35:03 wiz Exp $
|
|
|
|
--- boson/bosonpath.h.orig 2003-03-24 15:09:54.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; }
|