224265f728
Remove unnecessary class reference in a nested class declaration. Fixes build with GCC 3.4.
13 lines
364 B
Text
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; }
|